Skip to content

Commit 5f6f71b

Browse files
committed
Remove skip B404 test from Bandit scans
1 parent 7b9ee82 commit 5f6f71b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ pythonpath = "."
207207
exclude_dirs = ["tools", "tests", "**/venv*", "build"]
208208
skips = [
209209
"B101", # assert_used
210-
# "B404", # import_subprocess - required by SDL
211210
"B614", # pytorch_load
212211
"B615", # huggingface_unsafe_download
213212
]

0 commit comments

Comments
 (0)