lint: Bump flake8 to 3.7.8

This commit is contained in:
Ben Woosley 2019-01-24 21:42:33 -08:00
parent 838920704a
commit 0ef0e51fe4
No known key found for this signature in database
GPG key ID: 6EE5F3785F78B345

View file

@ -7,7 +7,7 @@
export LC_ALL=C
travis_retry pip3 install codespell==1.15.0
travis_retry pip3 install flake8==3.5.0
travis_retry pip3 install flake8==3.7.8
travis_retry pip3 install vulture==0.29
SHELLCHECK_VERSION=v0.6.0