Skip to content

Commit

Permalink
Use black profile for isort
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMartens committed Oct 15, 2021
1 parent 3e7e520 commit dd7b63f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ disable = ["C0114", "C0115", "C0116"]
[tool.black]
line-length = 120

[tool.isort]
profile = "black"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit dd7b63f

Please sign in to comment.