Skip to content

Commit 4f866e3

Browse files
committed
Revert pylint requirement because it fails in Python 2
1 parent ff7198f commit 4f866e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'pycodestyle',
5353
'pydocstyle>=2.0.0',
5454
'pyflakes>=1.6.0',
55-
'pylint>=2.4.0',
55+
'pylint,
5656
'rope>=0.10.5',
5757
'yapf',
5858
],

0 commit comments

Comments
 (0)