Use default flake8 config

This commit is contained in:
Anthony Sottile 2019-02-11 19:56:15 -08:00
parent 634383cffd
commit 4575652bd2
16 changed files with 119 additions and 81 deletions

View file

@ -17,8 +17,5 @@ commands =
pre-commit install -f --install-hooks
pre-commit run --all-files
[flake8]
max-line-length=131
[pep8]
ignore=E265,E501,W504