Skip to content

Commit 4233fb1

Browse files
committed
chore: configure bandit to exclude tests directory
Signed-off-by: Mounil <mounilkankhara@gmail.com>
1 parent 5fed81c commit 4233fb1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@ indent-style = "space"
108108

109109
[tool.ruff.lint.pydocstyle]
110110
convention = "google"
111+
112+
[tool.bandit]
113+
exclude_dirs = ["tests"]

0 commit comments

Comments
 (0)