ifcsverchok - check for unused imports

This commit is contained in:
Andrej730
2026-01-15 17:58:26 +05:00
parent 47e259ff2f
commit ed38d2347c
15 changed files with 8 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
[tool.ruff]
extend = "../../pyproject.toml"
lint.select = [
"F401", # unused imports
]