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