Skip to content

Commit b3a5460

Browse files
chore: document bandit exception
1 parent 24455ca commit b3a5460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ignore = [
9797

9898
[tool.ruff.per-file-ignores]
9999
"__init__.py" = ["E402"] # Ignore `E402` (import violations) in all `__init__.py` files
100-
"src/tests/*" = ["S101"]
100+
"src/tests/*" = ["S101"] # Allow the use of ´assert´ in tests
101101

102102
[tool.codespell]
103103
skip = "*.lock,*.cjs"

0 commit comments

Comments
 (0)