2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00
troggle/pyproject.toml

10 lines
134 B
TOML
Raw Normal View History

2023-01-19 21:18:42 +00:00
[tool.black]
line-length = 120
[tool.isort]
2023-01-19 21:20:47 +00:00
profile = 'black'
line-length=120
[tool.ruff]
line-length=120
ignore = ["E402"]