Configure isort to be black-compatible
This commit is contained in:
parent
6987ad9d7e
commit
204a35100d
|
@ -19,6 +19,9 @@ qrcode = "^7.4.2"
|
||||||
black = "^23.7.0"
|
black = "^23.7.0"
|
||||||
isort = "^5.12.0"
|
isort = "^5.12.0"
|
||||||
|
|
||||||
|
[tool.isort]
|
||||||
|
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 New Issue