From 809c6e8ecf30e3e58389272fca245550573ebce3 Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Wed, 8 Jul 2020 11:00:35 +0800 Subject: [PATCH 1/2] Pin isort and revert pylint --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51a1fa063..47e5999fa 100644 --- a/setup.py +++ b/setup.py @@ -74,10 +74,11 @@ 'tox', 'wheel==0.30.0', 'azure-storage-blob>=1.3.1,<2.0.0', + 'isort=4.3.21' ], extras_require={ ":python_version<'3.0'": ['pylint==1.9.2', 'futures'], - ":python_version>='3.0'": ['pylint==2.5.3'] + ":python_version>='3.0'": ['pylint==2.3.0'] }, package_data={ 'azdev.config': ['*.*', 'cli_pylintrc', 'ext_pylintrc'], From 807d4018085f5bf0515ddc2d493ee6c26b959e5d Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Wed, 8 Jul 2020 11:03:27 +0800 Subject: [PATCH 2/2] update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47e5999fa..2ef3ba7fb 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ 'tox', 'wheel==0.30.0', 'azure-storage-blob>=1.3.1,<2.0.0', - 'isort=4.3.21' + 'isort==4.3.21' ], extras_require={ ":python_version<'3.0'": ['pylint==1.9.2', 'futures'],