From 663b3133bdf919a368aec9265095ce266a25a2dd Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 22 Apr 2024 14:09:22 +0200 Subject: [PATCH] Fix typo --- ruff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index c0471248..8c9e8c40 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