diff --git a/ruff.toml b/ruff.toml index c047124..8c9e8c4 100644 --- a/ruff.toml +++ b/ruff.toml @@ -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