Skip to content

Commit

Permalink
Python flake8: Set max line length to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jun 1, 2024
1 parent 9fa0898 commit 376ff49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

[flake8]
extend-ignore = E402
max-line-length = 80

0 comments on commit 376ff49

Please sign in to comment.