diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b1007d..867a7cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black types: @@ -32,7 +32,7 @@ repos: - python - repo: https://github.com/pycqa/bandit - rev: 1.9.0 + rev: 1.9.2 hooks: - id: bandit args: ["-ll"]