diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59231be..e9711c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/PyCQA/bandit - rev: 1.7.10 + rev: 1.8.6 hooks: - id: bandit additional_dependencies: ['toml'] @@ -11,7 +11,7 @@ repos: args: ['-c', "pyproject.toml"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-toml - id: check-yaml @@ -25,23 +25,23 @@ repos: - id: check-merge-conflict - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 additional_dependencies: - flake8-bugbear - - repo: https://github.com/psf/black - rev: 24.10.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black