diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b12e792..9004797 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,12 +40,12 @@ repos: args: ['--max-line-length=88'] # default of Black - repo: https://github.com/PyCQA/bandit.git - rev: '1.7.10' + rev: '1.8.0' hooks: - id: bandit exclude: '^tests/' - repo: https://github.com/crate-ci/typos.git - rev: 'typos-dict-v0.11.35' + rev: 'typos-dict-v0.11.37' hooks: - id: typos