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 May 31, 2024
1 parent 6444fc3 commit f3efb2d
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 f3efb2d

Please sign in to comment.