paypal-reports/pyproject.toml

10 lines
237 B
TOML
Raw Permalink Normal View History

2022-12-17 14:09:47 +11:00
[tool.black]
skip-string-normalization = true
line-length = 90
[tool.isort]
profile = "black"
force_sort_within_sections = true
line_length = 90
sections = "FUTURE,STDLIB,THIRDPARTY,LOCALFOLDER,FIRSTPARTY"
no_lines_before = "FIRSTPARTY"