requests-http-signature/pyproject.toml

7 lines
106 B
TOML
Raw Permalink Normal View History

2022-08-31 19:49:21 +02:00
[tool.black]
line-length = 120
exclude = ".*/version.py"
[tool.isort]
profile = "black"
2022-09-11 20:42:49 +02:00
line_length = 120