Skip to content

Commit

Permalink
Have bandit ignore the node_modules directory
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Sep 16, 2023
1 parent b8b18fa commit df5974c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ filterwarnings = [
]

[tool.bandit]
exclude_dirs = ["tests"]
exclude_dirs = ["tests", "node_modules"]

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit df5974c

Please sign in to comment.