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 21ac208 commit 9ee8d45Copy full SHA for 9ee8d45
setup.py
@@ -67,6 +67,8 @@
67
'jinja2',
68
'knack',
69
'mock',
70
+ 'pylint==2.3.0',
71
+ 'astroid==2.4.2', # pylint 2.3 doesn't support astroid 2.5
72
'pytest>=5.0.0',
73
'pytest-xdist', # depends on pytest-forked
74
'pyyaml',
@@ -77,10 +79,6 @@
77
79
'azure-multiapi-storage',
78
80
'isort==4.3.21'
81
],
- extras_require={
- ":python_version<'3.0'": ['pylint==1.9.2', 'futures'],
82
- ":python_version>='3.0'": ['pylint==2.3.0']
83
- },
84
package_data={
85
'azdev.config': ['*.*', 'cli_pylintrc', 'ext_pylintrc'],
86
'azdev.mod_templates': ['*.*'],
0 commit comments