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'
|
||||
"s+" = 'surplus:cli'
|
||||
|
||||
[tool.black]
|
||||
line-length = 90
|
||||
|
||||
[tool.isort]
|
||||
line_length = 90
|
||||
profile = "black"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Reference in a new issue