diff --git a/pyproject.toml b/pyproject.toml index 969e2c623..6d7de59af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ extend-exclude = [ output-format = "full" [tool.ruff.lint] -select = ["E7", "E9", "F4", "F5", "F6", "F7", "F82", "F9"] +select = ["E4", "E7", "E9", "F4", "F5", "F6", "F7", "F82", "F9"] ignore = ["F403", "F405"] [tool.towncrier]