Skip to content

Commit 5fa5cd6

Browse files
committed
Declare the minimal Pylint version required for our tests to pass
1 parent 96cd3cf commit 5fa5cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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',
55+
'pylint>=2.4.0',
5656
'rope>=0.10.5',
5757
'yapf',
5858
],

0 commit comments

Comments
 (0)