diff --git a/pyproject.toml b/pyproject.toml index 439f35777..fd87d8cde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -225,7 +225,7 @@ ignore = [ "T201", # `print` found "RUF012", # Mutable class attributes should be annotated "UP031", # Use format specifiers instead of percent format - + ] unfixable = [ "T201", # Don't touch print statements