Merge pull request #5 from cisagov/improvement/add_bandit

Add bandit pre-commit hook
pull/113/head
Shane Frasier 5 years ago committed by GitHub
commit ce3a97a6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .pre-commit-config.yaml

@ -43,9 +43,13 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v1.12.0
rev: v1.14.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/bandit
rev: 2a1dbab
hooks:
- id: bandit
- repo: https://github.com/ambv/black
rev: 19.3b0
hooks:

Loading…
Cancel
Save