Skip to content

Commit e2741a4

Browse files
chores: exclude tests folder to be excluded of bandit
1 parent 9909081 commit e2741a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Repository = "https://github.com/saezlab/pkg_infra"
9191
# ===================================
9292
# ---- Bandit: tool for security analysis
9393
[tool.bandit]
94-
exclude_dirs = [".venv", "venv", ".tox", "build", "dist"]
94+
exclude_dirs = [".venv", "venv", ".tox", "build", "dist", "tests"]
9595
skips = [
9696
"B101" # Name: assert_used
9797
]

0 commit comments

Comments
 (0)