diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62790d143..385d8d903 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: exclude_types: [csv, json] exclude: ^userdata/|^fixtures/ - repo: https://github.com/PyCQA/bandit - rev: 1.8.5 + rev: 1.8.6 hooks: - id: bandit name: "Bandit checking"