Update ruff config

This commit is contained in:
Adrian Moennich 2023-12-21 20:52:25 +01:00
parent c4229d452b
commit 874a510ab0

View File

@ -72,7 +72,6 @@ ignore = [
'SIM108', # noisy ternary
'SIM114', # sometimes separate ifs are more readable (especially if they just return a bool)
'SIM117', # nested context managers may be more readable
'SIM300', # https://github.com/astral-sh/ruff/issues/6956
'PLC0415', # local imports are there for a reason
'PLR09', # too-many-<whatever> is just noisy
'PLR0913', # very noisy