mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
6 lines
90 B
TOML
6 lines
90 B
TOML
[tool.ruff]
|
|
extend = "../../pyproject.toml"
|
|
lint.select = [
|
|
"F401", # unused imports
|
|
]
|