Skip to content

Commit

Permalink
flake8: set maximum line length to 120 chars
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Schaffner <[email protected]>
  • Loading branch information
TobiasSchaffner authored and chombourger committed Mar 10, 2024
1 parent 07bf167 commit 530640a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ commands =

[flake8]
exclude = dist,docs,*.egg-info,__pycache__
max-line-length = 120

0 comments on commit 530640a

Please sign in to comment.