diff --git a/pyproject.toml b/pyproject.toml index f91ac8ad..7dac85ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,6 +125,7 @@ exclude = [ [tool.ruff.lint] # select = ["ALL"] +select = ["F", "E", "D"] # Ruff ignored linting rules: # These rules are ignored for the entire project. They should be