Skip to content

Commit 5008291

Browse files
committed
Ignore more checks in Ruff 0.0.213
1 parent 6259c2b commit 5008291

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,12 @@ ignore = [
162162
# flake8-bandit
163163
"S101", # assert used
164164
"S105", # possible hardcoded password
165+
"S113", # probable use of requests call without timeout
166+
"S324", # probable use of insecure hash functions
165167
# flake8-simplify
166168
"SIM102", # nested 'if' statements
167169
"SIM105", # use contextlib.suppress
170+
"SIM108", # use ternary operator
168171
"SIM117", # use single 'with' statement
169172
]
170173
external = [ # Whitelist for RUF100 unkown code warnings

0 commit comments

Comments
 (0)