pyproject: add black and isort tooling configs
This commit is contained in:
parent
e41c2ccf81
commit
ba376466ff
|
@ -21,6 +21,13 @@ isort = "^5.12.0"
|
||||||
surplus = 'surplus:cli'
|
surplus = 'surplus:cli'
|
||||||
"s+" = 'surplus:cli'
|
"s+" = 'surplus:cli'
|
||||||
|
|
||||||
|
[tool.black]
|
||||||
|
line-length = 90
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
line_length = 90
|
||||||
|
profile = "black"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in a new issue