Configure isort to be black-compatible

This commit is contained in:
Luca 2023-10-11 03:04:53 +02:00
parent 6987ad9d7e
commit 204a35100d
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ qrcode = "^7.4.2"
black = "^23.7.0"
isort = "^5.12.0"
[tool.isort]
profile = "black"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"