Skip to content

Commit 67b07ef

Browse files
committed
Add bandit into dev dependency.
1 parent 803544f commit 67b07ef

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

requirements.dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
black
22
flake8
33
isort
4-
pylint
4+
pylint
5+
bandit

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ disable =
2323
cyclic-import
2424

2525
[pylint.'SIMILARITIES']
26-
min-similarity-lines = 40
26+
min-similarity-lines = 40
27+
28+
[bandit]
29+
exclude = tests
30+
skips = B404

0 commit comments

Comments
 (0)