Skip to content

Commit 59fb332

Browse files
authored
Set pep8speaks' max-line-length to 120 (same as black) (Lightning-AI#3173)
1 parent a7705c8 commit 59fb332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pep8speaks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ scanner:
55
linter: pycodestyle # Other option is flake8
66

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

0 commit comments

Comments
 (0)