Skip to content

Commit

Permalink
Add black profile and limit line_length
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirade committed Dec 17, 2022
1 parent 3e61699 commit 0d416cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ build-backend = "poetry.core.masonry.api"
# Lint Configurations
[tool.isort]
force_single_line = "True"
profile = "black"
line_length = "79"
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]

[tool.black]
Expand Down

0 comments on commit 0d416cf

Please sign in to comment.