Use more standard filename and format for bandit conifguration

This commit is contained in:
vieira 2017-11-13 00:17:20 +00:00 committed by Brian May
parent 71d65f3831
commit 817284c2f8
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +0,0 @@
[bandit]
exclude: sshuttle/tests
skips: B101,B104,B404,B603,B606,B607

9
bandit.yml Normal file
View File

@ -0,0 +1,9 @@
exclude_dirs:
- sshuttle/tests
skips:
- B101
- B104
- B404
- B603
- B606
- B607