Ignore more checks in Ruff 0.0.214

This commit is contained in:
Adam Turner 2023-01-07 22:28:45 +00:00
parent a13cf2c24d
commit f022db3e8a

View File

@ -167,6 +167,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