pyproject: add black and isort tooling configs

This commit is contained in:
Mark Joshwel 2023-08-31 20:28:44 +00:00
parent e41c2ccf81
commit ba376466ff

View file

@ -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"