2024-11-28 23:59:02 +01:00
|
|
|
[tool.black]
|
|
|
|
line-length = 140
|
|
|
|
|
2024-11-29 22:54:39 +01:00
|
|
|
|
2024-11-28 23:59:02 +01:00
|
|
|
[tool.ruff]
|
|
|
|
# Allow lines to be as long as 120.
|
2024-11-29 00:32:39 +01:00
|
|
|
line-length = 140
|
|
|
|
indent-width = 4
|
|
|
|
|
|
|
|
[tool.ruff.lint]
|
2024-11-29 22:54:39 +01:00
|
|
|
ignore = ["F401","F403","F405","E402","E701","E722","E741"]
|