Skip to content

Commit

Permalink
Increase max line length in flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nepiskopos authored May 12, 2024
1 parent ba1478c commit dec440e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 125
max-line-length = 140
extend-ignore = E203, W503
ignore = F841

0 comments on commit dec440e

Please sign in to comment.