Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit 5731d1f

Browse files
committed
Fix pycodestyle config
1 parent 0619a59 commit 5731d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ warn_redundant_casts = True
1414
ignore = E203,E231,E501,E701,E731,W503
1515
# Ref: http://pycodestyle.pycqa.org/en/stable/intro.html#error-codes
1616
# Note: These ignores are to make autopep8==1.4.4 work with Python 3.8 assignment expressions: E203,E231,E701
17-
max-line-length = 120
17+
max-line-length = 180
1818

1919
[pydocstyle]
2020
ignore = D100,D101,D102,D103,D104,D105,D106,D107,D203,D213

0 commit comments

Comments
 (0)