Files
IfcOpenShell/src/bonsai/test/pyproject.toml
T
2026-02-26 17:12:46 +05:00

6 lines
87 B
TOML

[tool.ruff]
extend = "../pyproject.toml"
lint.ignore = [
"F401", # unused imports
]