Skip to content

Commit

Permalink
Set pep8speaks' max-line-length to 120 (same as black) (#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Aug 26, 2020
1 parent a7705c8 commit 59fb332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pep8speaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scanner:
linter: pycodestyle # Other option is flake8

pycodestyle: # Same as scanner.linter value. Other option is flake8
max-line-length: 119 # Default is 79 in PEP 8
max-line-length: 120 # Default is 79 in PEP 8
ignore: # Errors and warnings to ignore
- W504 # line break after binary operator
- E402 # module level import not at top of file
Expand Down

0 comments on commit 59fb332

Please sign in to comment.