Use the Black profile for isort

This commit is contained in:
2022-02-10 15:42:03 +01:00
parent 816708cc63
commit 88e981e917
3 changed files with 17 additions and 5 deletions

View File

@ -41,5 +41,5 @@ types-dateparser = "^1.0.10"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 119
[tool.isort]
profile = "black"