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

Commit

Permalink
Fix pycodestyle config
Browse files Browse the repository at this point in the history
  • Loading branch information
impredicative committed Oct 12, 2020
1 parent 0619a59 commit 5731d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ warn_redundant_casts = True
ignore = E203,E231,E501,E701,E731,W503
# Ref: http://pycodestyle.pycqa.org/en/stable/intro.html#error-codes
# Note: These ignores are to make autopep8==1.4.4 work with Python 3.8 assignment expressions: E203,E231,E701
max-line-length = 120
max-line-length = 180

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

0 comments on commit 5731d1f

Please sign in to comment.