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 <tobias.schaffner@siemens.com>
  • Loading branch information
TobiasSchaffner committed Mar 9, 2024
1 parent aecd2a8 commit af970b9
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 af970b9

Please sign in to comment.