blob: b2ae303fbc1772e4e988df53933f30e143da8808 [file]
repos:
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
hooks:
- id: bandit
entry: bandit -ll --exclude=tests/ --skip=B303
additional_dependencies:
- importlib-metadata<5; python_version < '3.9'