diff --git a/pyproject.toml b/pyproject.toml index 776b952b..f9267951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,8 @@ ignore = [ "S105", "S106", "S107", # Ignore complexity "C901", "PLR0911", "PLR0912", "PLR0913", "PLR0915", + # Pairwise error to ignore + "RUF007" ] unfixable = [ # Don't touch unused imports