diff options
author | Ben Woosley <ben.woosley@gmail.com> | 2019-01-24 21:42:33 -0800 |
---|---|---|
committer | Ben Woosley <ben.woosley@gmail.com> | 2019-09-03 14:41:43 -0400 |
commit | 0ef0e51fe4bb592e67255776b5a0ba04679fb8c4 (patch) | |
tree | 54afcd3a25263aef69bb046f16928a243de6e723 /ci | |
parent | 838920704ad90a71cf288b700052503db8abb17e (diff) |
lint: Bump flake8 to 3.7.8
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/lint/04_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index 20bff368a5..01322f61e6 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -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 |