diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87e1fe7..b3073a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black types: @@ -30,7 +30,7 @@ repos: - python - repo: https://github.com/pycqa/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit args: ["-ll"]