diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a7c4cf..7349be4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.8 + rev: v4.13.9 hooks: - id: commitizen stages: [commit-msg] @@ -42,15 +42,15 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/PyCQA/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/PyCQA/flake8 @@ -63,7 +63,7 @@ repos: - id: mypy additional_dependencies: [] - repo: https://github.com/PyCQA/bandit - rev: 1.9.3 + rev: 1.9.4 hooks: - id: bandit args: [-x, tests]