diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69c5411..3f9f994 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 - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black types: @@ -32,7 +32,7 @@ repos: - python - repo: https://github.com/pycqa/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: ["-ll"]