Skip to content

Commit ce3a97a

Browse files
authored
Merge pull request #5 from cisagov/improvement/add_bandit
Add bandit pre-commit hook
2 parents b004df2 + 953752e commit ce3a97a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@ repos:
4343
hooks:
4444
- id: flake8
4545
- repo: https://github.com/asottile/pyupgrade
46-
rev: v1.12.0
46+
rev: v1.14.0
4747
hooks:
4848
- id: pyupgrade
49+
- repo: https://github.com/PyCQA/bandit
50+
rev: 2a1dbab
51+
hooks:
52+
- id: bandit
4953
- repo: https://github.com/ambv/black
5054
rev: 19.3b0
5155
hooks:

0 commit comments

Comments
 (0)