Merge pull request #290 from pre-commit/all-repos_autofix_e309-autopep8

E309 is no longer rewritten by autopep8
This commit is contained in:
Anthony Sottile 2018-06-01 15:12:45 -07:00 committed by GitHub
commit bf8369c862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,4 +21,4 @@ commands =
max-line-length=131
[pep8]
ignore=E265,E309,E501
ignore=E265,E501