diff --git a/pyproject.toml b/pyproject.toml index 5e977be..2c174f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ target-version = "py311" # Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default. # Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or # McCabe complexity (`C901`) by default. -select = ["E4", "E7", "E9", "F", "W"] +select = ["F", "W", "E", "C901"] ignore = [] # Allow fix for all enabled rules (when `--fix`) is provided.