Files
IfcOpenShell/src/bonsai/test/pyproject.toml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
87 B
TOML
Raw Normal View History

2026-02-05 12:20:06 +05:00
[tool.ruff]
extend = "../pyproject.toml"
lint.ignore = [
"F401", # unused imports
]