mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Ignore more checks in Ruff 0.0.214
This commit is contained in:
parent
ddbc5b57f4
commit
7841d3d9b2
@ -166,6 +166,7 @@ ignore = [
|
||||
"S324", # probable use of insecure hash functions
|
||||
# flake8-simplify
|
||||
"SIM102", # nested 'if' statements
|
||||
"SIM103", # return condition directly
|
||||
"SIM105", # use contextlib.suppress
|
||||
"SIM108", # use ternary operator
|
||||
"SIM117", # use single 'with' statement
|
||||
|
Loading…
Reference in New Issue
Block a user