Skip to content

Commit

Permalink
update max line length for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Ragland committed Oct 31, 2024
1 parent a77a837 commit 4a2dc8a
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 @@ -87,3 +87,6 @@ testpaths = [

[tool.black]
line-length = 100

[tool.flake8]
max-line-length = 100

0 comments on commit 4a2dc8a

Please sign in to comment.