Skip to content

Commit

Permalink
Set line-length in black config
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jul 5, 2023
1 parent 075d630 commit 9ce0979
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 @@ -36,6 +36,9 @@ pytest-cov = "^2.11.1"
pytest-mypy = "^0.6.2"
Sphinx = "^4.2.0"

[tool.black]
line-length = 100

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

0 comments on commit 9ce0979

Please sign in to comment.