Skip to content

Commit

Permalink
Require pyflakes<2.2.0 (fix #782) (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekpi authored Apr 18, 2020
1 parent 1967c4f commit fdb8b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'mccabe',
'pycodestyle',
'pydocstyle>=2.0.0',
'pyflakes>=1.6.0',
'pyflakes>=1.6.0,<2.2.0',
'pylint',
'rope>=0.10.5',
'yapf',
Expand All @@ -62,7 +62,7 @@
'mccabe': ['mccabe'],
'pycodestyle': ['pycodestyle'],
'pydocstyle': ['pydocstyle>=2.0.0'],
'pyflakes': ['pyflakes>=1.6.0'],
'pyflakes': ['pyflakes>=1.6.0,<2.2.0'],
'pylint': ['pylint'],
'rope': ['rope>0.10.5'],
'yapf': ['yapf'],
Expand Down

0 comments on commit fdb8b3d

Please sign in to comment.