Files
TISbackup/pyproject.toml
T
2024-11-29 00:54:09 +01:00

11 lines
172 B
TOML

[tool.black]
line-length = 140
[tool.ruff]
# Allow lines to be as long as 120.
line-length = 140
indent-width = 4
[tool.ruff.lint]
ignore = ["F401","F403","F405","E402"]