Skip to content

Commit

Permalink
set max line length to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageM committed Dec 7, 2023
1 parent dd8eb11 commit bc9a7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ formats = bdist_wheel

[flake8]
# Some sane defaults for the code style checker flake8
max_line_length = 88
max_line_length = 120
extend_ignore = E203, W503
# ^ Black-compatible
# E203 and W503 have edge cases handled by black
Expand Down

0 comments on commit bc9a7be

Please sign in to comment.