Skip to content

Commit df5974c

Browse files
committed
Have bandit ignore the node_modules directory
1 parent b8b18fa commit df5974c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ filterwarnings = [
5656
]
5757

5858
[tool.bandit]
59-
exclude_dirs = ["tests"]
59+
exclude_dirs = ["tests", "node_modules"]
6060

6161
[tool.coverage.run]
6262
branch = true

0 commit comments

Comments
 (0)