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