diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba67bf6..0585007 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: ["-c", "--df"] - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit args: ["-ll", "-x", "*/tests/*"]