mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 17:06:29 +00:00
ruff: fix pyprojects using select instead of extend-select by mistake
This commit is contained in:
@@ -36,6 +36,6 @@ exclude = ["test*"]
|
||||
extend = "../../pyproject.toml"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
extend-select = [
|
||||
"F401", # unused imports
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user