Files
IfcOpenShell/src/ifcsverchok/pyproject.toml
T

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

6 lines
90 B
TOML
Raw Normal View History

2026-01-15 17:58:26 +05:00
[tool.ruff]
extend = "../../pyproject.toml"
lint.select = [
"F401", # unused imports
]