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

View File

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