We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd56fef commit caf141cCopy full SHA for caf141c
pyproject.toml
@@ -342,3 +342,6 @@ exclude = [".env/**", ".venv/**"]
342
pythonVersion = "3.13"
343
typeCheckingMode="basic"
344
disableBytesTypePromotions = true
345
+
346
+[tool.bandit]
347
+skips = ["B310"]
0 commit comments