1
0
Fork 0
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:
Jeremy Frasier 2019-04-03 22:51:50 -04:00
parent b004df2cff
commit 953752e41a
No known key found for this signature in database
GPG key ID: 285B4A02F4305C09

View file

@ -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: