We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbc5b5 commit 7841d3dCopy full SHA for 7841d3d
pyproject.toml
@@ -166,6 +166,7 @@ ignore = [
166
"S324", # probable use of insecure hash functions
167
# flake8-simplify
168
"SIM102", # nested 'if' statements
169
+ "SIM103", # return condition directly
170
"SIM105", # use contextlib.suppress
171
"SIM108", # use ternary operator
172
"SIM117", # use single 'with' statement
0 commit comments