Skip to content

Commit 4c8b1b4

Browse files
committed
Moved .bandit config to pyproject.toml
1 parent 9445cde commit 4c8b1b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bandit

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[tool.black]
22
line-length = 80
33
target-version = ['py37']
4+
5+
[tool.bandit]
6+
skips = ["B101", "B102"]

0 commit comments

Comments
 (0)