Use the Black profile for isort
This commit is contained in:
parent
3016dab0b4
commit
c6be749690
2 changed files with 5 additions and 1 deletions
|
|
@ -20,3 +20,6 @@ black = {version = "^21.12b0", allow-prereleases = true}
|
|||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue