Files
plant2dxf/pyproject.toml
T

7 lines
111 B
TOML

[tool.black]
line-length = 88
target-version = ["py312"]
[tool.ruff]
line-length = 88
select = ["E", "F", "I"]