Files
IfcOpenShell/src/ifcsverchok/pyproject.toml
T
2026-01-16 17:16:29 +05:00

6 lines
90 B
TOML

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