Use new flake8 for Python 3.8 compatibility

With the current flake8, which depends on pyflakes<1.7.0,>=1.5.0,
linting fails with:

AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'

The issue is fixed in pyflakes 2.1.0 [1]. Let's just use the latest
flake8.

[1] 7c74ab0ddc
This commit is contained in:
Chih-Hsuan Yen 2019-10-27 20:00:20 +08:00
parent f1ebe8d946
commit 61698f955e
No known key found for this signature in database
GPG Key ID: 0453A6CA23C56315

View File

@ -3,7 +3,7 @@ mock
nose
sure==1.4.11
coverage
flake8==3.5.0
flake8==3.7.8
freezegun
flask
boto>=2.45.0