From 8f8efcc4413f43545179adfda84c44808b012702 Mon Sep 17 00:00:00 2001 From: "zhen.chen" Date: Mon, 12 Apr 2021 16:59:32 +0800 Subject: [PATCH] ci: set astroid version==2.5.2 to fix pylint false positive related issue: https://github.com/PyCQA/pylint/pull/4334 PR Closed: https://github.com/Graviti-AI/tensorbay-python-sdk/pull/374 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c14028957..b5df53b3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,8 @@ ulid-py # linter pre-commit -pylint==2.7.2 +pylint==2.7.4 +astroid==2.5.2 # test pytest==6.2.2