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