mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Add bandit pre-commit hook
Also ran pre-commit autoupdate, which picked up a newer version of the pyupgrade hook.
This commit is contained in:
parent
b004df2cff
commit
953752e41a
1 changed files with 5 additions and 1 deletions
|
@ -43,9 +43,13 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v1.12.0
|
rev: v1.14.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
|
- repo: https://github.com/PyCQA/bandit
|
||||||
|
rev: 2a1dbab
|
||||||
|
hooks:
|
||||||
|
- id: bandit
|
||||||
- repo: https://github.com/ambv/black
|
- repo: https://github.com/ambv/black
|
||||||
rev: 19.3b0
|
rev: 19.3b0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Reference in a new issue