diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6abdfb1..4ea5c4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: hooks: - id: autopep8 - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort name: isort (python) @@ -100,7 +100,7 @@ repos: exclude: tests - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit description: Security oriented static analyser for python code