2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 14:51:51 +00:00
troggle/pyproject.toml

10 lines
134 B
TOML

[tool.black]
line-length = 120
[tool.isort]
profile = 'black'
line-length=120
[tool.ruff]
line-length=120
ignore = ["E402"]