Skip to content

Commit 9fad0a0

Browse files
committed
Exclude tests in bandit scan
1 parent fa2459d commit 9fad0a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dev = [
4848
"twine==3.4.2",
4949
"wheel~=0.38.4",
5050
"xgboost~=3.0.2",
51+
"bandit[toml]~=1.7.7"
5152
]
5253
extras = ["aix360[default,tsice,tslime,tssaliency]==0.3.0"]
5354

@@ -86,3 +87,6 @@ markers = [
8687
where = ["src"]
8788

8889
[tool.setuptools_scm]
90+
91+
[tool.bandit]
92+
exclude = ["tests"]

0 commit comments

Comments
 (0)