Skip to content

Commit

Permalink
Add bandit via pre-commit
Browse files Browse the repository at this point in the history
modified:   .pre-commit-config.yaml
  • Loading branch information
jugmac00 committed Oct 5, 2020
1 parent 4ce7d29 commit 606af1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ repos:
rev: "0.39"
hooks:
- id: check-manifest

- repo: https://github.com/PyCQA/bandit
rev: 1.6.2
hooks:
- id: bandit
args:
- --skip
- B101

0 comments on commit 606af1d

Please sign in to comment.