extend-fixable

This commit is contained in:
John Lancaster
2026-02-21 10:15:36 -06:00
parent 49d415a903
commit c08929d262

View File

@@ -53,6 +53,7 @@ select = [
"C4", # flake8-comprehensions "C4", # flake8-comprehensions
"SIM", # flake8-simplify "SIM", # flake8-simplify
] ]
extend-fixable = ["ALL"]
ignore = ["UP046"] ignore = ["UP046"]
[tool.ruff.lint.isort] [tool.ruff.lint.isort]