WIP: use latest pyflakes

This commit is contained in:
Anthony Sottile 2019-01-19 11:59:38 -08:00
parent 0f3f4ff9b4
commit 03ea38df16
2 changed files with 9 additions and 3 deletions

View file

@ -20,7 +20,7 @@ requires = [
# And in which releases we will update those ranges here:
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
"entrypoints >= 0.2.3, < 0.3.0",
"pyflakes >= 2.0.0, < 2.1.0",
"pyflakes >= 2.1.0, < 2.2.0",
"pycodestyle >= 2.4.0, < 2.5.0",
"mccabe >= 0.6.0, < 0.7.0",
]