mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 15:28:19 +00:00
pyproject: remove redundant "unused imports" comments
Since we refer to ruff rules by names
This commit is contained in:
@@ -30,5 +30,5 @@ py-modules = ["ifccsv"]
|
||||
[tool.ruff]
|
||||
extend = "../../pyproject.toml"
|
||||
lint.extend-select = [
|
||||
"unused-import", # unused imports
|
||||
"unused-import",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user