Add bandit to pre-commit
This commit is contained in:
parent
591ecaa235
commit
bfa2f4a724
1 changed files with 5 additions and 0 deletions
|
|
@ -17,3 +17,8 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
|
||||||
|
- repo: https://github.com/PyCQA/bandit
|
||||||
|
rev: 1.9.2
|
||||||
|
hooks:
|
||||||
|
- id: bandit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue