diff --git a/pyproject.toml b/pyproject.toml index 0ef1bd2..71509da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ select = [ "C4", # flake8-comprehensions "SIM", # flake8-simplify ] +extend-fixable = ["ALL"] ignore = ["UP046"] [tool.ruff.lint.isort]