Skip to content

Commit fdb8b3d

Browse files
authored
Require pyflakes<2.2.0 (fix #782) (#784)
1 parent 1967c4f commit fdb8b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'mccabe',
5353
'pycodestyle',
5454
'pydocstyle>=2.0.0',
55-
'pyflakes>=1.6.0',
55+
'pyflakes>=1.6.0,<2.2.0',
5656
'pylint',
5757
'rope>=0.10.5',
5858
'yapf',
@@ -62,7 +62,7 @@
6262
'mccabe': ['mccabe'],
6363
'pycodestyle': ['pycodestyle'],
6464
'pydocstyle': ['pydocstyle>=2.0.0'],
65-
'pyflakes': ['pyflakes>=1.6.0'],
65+
'pyflakes': ['pyflakes>=1.6.0,<2.2.0'],
6666
'pylint': ['pylint'],
6767
'rope': ['rope>0.10.5'],
6868
'yapf': ['yapf'],

0 commit comments

Comments
 (0)