This commit is contained in:
Adrian Moennich 2024-04-22 14:09:22 +02:00
parent 75829e6154
commit 663b3133bd

View File

@ -47,7 +47,7 @@ ignore = [
'N818', # not all our exceptions are errors
'RUF012', # ultra-noisy and dicts in classvars are very common
'RUF015', # not always more readable, and we don't do it for huge lists
'RUF022', # autofix messes up out formatting instead of just sorting
'RUF022', # autofix messes up our formatting instead of just sorting
'RUF027', # also triggers on i18n functions -> too noisy for now
'UP038', # it looks kind of weird and it slower than a tuple
'D205', # too many docstrings which have no summary line