We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7705c8 commit 59fb332Copy full SHA for 59fb332
.pep8speaks.yml
@@ -5,7 +5,7 @@ scanner:
5
linter: pycodestyle # Other option is flake8
6
7
pycodestyle: # Same as scanner.linter value. Other option is flake8
8
- max-line-length: 119 # Default is 79 in PEP 8
+ max-line-length: 120 # Default is 79 in PEP 8
9
ignore: # Errors and warnings to ignore
10
- W504 # line break after binary operator
11
- E402 # module level import not at top of file
0 commit comments