ruff: use readable rule names in selectors

This commit is contained in:
Andrej730
2026-08-10 16:09:49 +05:00
parent daa7d98b3f
commit b6dccce12a
12 changed files with 23 additions and 21 deletions
+1 -1
View File
@@ -49,5 +49,5 @@ include = ["ifcopenshell*"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"F401", # unused imports
"unused-import", # unused imports
]