mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 20:22:09 +00:00
ruff: use readable rule names in selectors
This commit is contained in:
@@ -66,5 +66,5 @@ commands = pytest --cov --cov-report=term tests
|
||||
[tool.ruff]
|
||||
extend = "../../pyproject.toml"
|
||||
lint.extend-select = [
|
||||
"F401", # unused imports
|
||||
"unused-import", # unused imports
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user