Skip to content

Commit dbe3200

Browse files
committed
flake8: Update max line length from 80 to 120
1 parent 5b3d56d commit dbe3200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test = pytest
33

44
[flake8]
5-
max-line-length: 80
5+
max-line-length: 120
66
# Whether to display the pep8 instructions on failure (can be quite verbose)
77
show-pep8: False
88
# Whether to show source code for each failure

0 commit comments

Comments
 (0)