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