Skip to content

Commit

Permalink
flake8: limit line length to 118
Browse files Browse the repository at this point in the history
Apply the same limit as the ruff configuration. flake8 is still used as
the relevant E* rules are still in preview mode.
  • Loading branch information
jelly committed Jan 18, 2025
1 parent 0ce1a0e commit 97aae09
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,3 +1,3 @@
[flake8]
max-line-length = 300
max-line-length = 118
ignore = E731, E241, E741

0 comments on commit 97aae09

Please sign in to comment.