We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b2ff0 commit 63baaa5Copy full SHA for 63baaa5
setup.py
@@ -52,7 +52,7 @@ def get_version(module='pylsp'):
52
'pycodestyle>=2.7.0',
53
'pydocstyle>=2.0.0',
54
'pyflakes>=2.3.0,<2.4.0',
55
- 'pylint>=2.5.0',
+ 'pylint>=2.5.0,<2.10.0',
56
'rope>=0.10.5',
57
'yapf',
58
],
@@ -62,11 +62,11 @@ def get_version(module='pylsp'):
62
'pycodestyle': ['pycodestyle>=2.7.0'],
63
'pydocstyle': ['pydocstyle>=2.0.0'],
64
'pyflakes': ['pyflakes>=2.3.0,<2.4.0'],
65
- 'pylint': ['pylint>=2.5.0'],
+ 'pylint': ['pylint>=2.5.0,<2.10.0'],
66
'rope': ['rope>0.10.5'],
67
'yapf': ['yapf'],
68
- 'test': ['pylint>=2.5.0', 'pytest', 'pytest-cov', 'coverage', 'numpy',
69
- 'pandas', 'matplotlib', 'pyqt5', 'flaky'],
+ 'test': ['pylint>=2.5.0,<2.10.0', 'pytest', 'pytest-cov', 'coverage',
+ 'numpy', 'pandas', 'matplotlib', 'pyqt5', 'flaky'],
70
},
71
entry_points={
72
'console_scripts': [
0 commit comments