diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4642426..f992370 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v5.0.0" + rev: "v6.0.0" hooks: - id: check-added-large-files exclude: ^docs/_static/k3d_(tesla|wr75)_example\.html$ @@ -26,18 +26,18 @@ repos: - id: trailing-whitespace types_or: [python, toml] - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.21.2 hooks: - id: pyupgrade - repo: https://github.com/pycqa/isort # args set in pyproject.toml - rev: 6.0.1 + rev: 8.0.1 hooks: - id: isort name: isort (python) - id: isort name: isort (cython) types: [cython] - - repo: https://github.com/psf/black # args set in pyproject.toml - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror # args set in pyproject.toml + rev: 26.3.0 hooks: - id: black diff --git a/release.py b/release.py index 091c9e7..9dce84e 100755 --- a/release.py +++ b/release.py @@ -8,6 +8,7 @@ python release.py """ + import re import subprocess import sys diff --git a/src/simultipac/util/log_manager.py b/src/simultipac/util/log_manager.py index ca1fe2b..76cabe5 100755 --- a/src/simultipac/util/log_manager.py +++ b/src/simultipac/util/log_manager.py @@ -12,6 +12,7 @@ https://en.wikipedia.org/wiki/ANSI_escape_code#Colors """ + import logging import subprocess import sys