diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74a7626..800aa8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,18 +28,18 @@ repos: - id: check-shebang-scripts-are-executable - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/PyCQA/bandit - rev: '1.9.3' + rev: '1.9.4' hooks: - id: bandit args: [-r] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy