Skip to content

Commit caf141c

Browse files
committed
Disable urlopen warning in Bandit (already silenced in flake-bandit)
As to remove Codefactor issue
1 parent bd56fef commit caf141c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -342,3 +342,6 @@ exclude = [".env/**", ".venv/**"]
342342
pythonVersion = "3.13"
343343
typeCheckingMode="basic"
344344
disableBytesTypePromotions = true
345+
346+
[tool.bandit]
347+
skips = ["B310"]

0 commit comments

Comments
 (0)