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:
parent
f1ebe8d946
commit
61698f955e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue