mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Fix typo
This commit is contained in:
parent
75829e6154
commit
663b3133bd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user