mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
ruff: use readable rule names in selectors
This commit is contained in:
@@ -37,5 +37,5 @@ extend = "../../pyproject.toml"
|
||||
|
||||
[tool.ruff.lint]
|
||||
extend-select = [
|
||||
"F401", # unused imports
|
||||
"unused-import", # unused imports
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user