Skip to content

Commit

Permalink
Fix comments regarding max line length of 119 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
miker985 committed Dec 4, 2024
1 parent f586922 commit 0192071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
# coordinated with setup.cfg max-line-length
line-length = 119
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[flake8]
# coordinated with Makefile MAX_LINE_LENGTH
# coordinated with pyproject.toml MAX_LINE_LENGTH
max-line-length = 119

0 comments on commit 0192071

Please sign in to comment.