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