Skip to content

Commit 7841d3d

Browse files
committed
Ignore more checks in Ruff 0.0.214
1 parent ddbc5b5 commit 7841d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ ignore = [
166166
"S324", # probable use of insecure hash functions
167167
# flake8-simplify
168168
"SIM102", # nested 'if' statements
169+
"SIM103", # return condition directly
169170
"SIM105", # use contextlib.suppress
170171
"SIM108", # use ternary operator
171172
"SIM117", # use single 'with' statement

0 commit comments

Comments
 (0)