ruff: fix pyprojects using select instead of extend-select by mistake

This commit is contained in:
Andrej730
2026-08-10 15:34:05 +05:00
parent 69b0409aa0
commit 717d6aa2af
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -46,6 +46,6 @@ py-modules = ["bsdd","bsdd_json","type_hints"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.select = [
lint.extend-select = [
"F401", # unused imports
]