From 9944076232a9930c270679d10e3d63a909a17615 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Tue, 9 Mar 2021 09:49:57 +0100 Subject: [PATCH] Update PyLint version to last valid tag for Python version >= 3.8 Change-Id: Ibaa2634892f0d38c1577c23835203499d48a1929 --- linters-requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/linters-requirements.txt b/linters-requirements.txt index e76500a26..81f247381 100644 --- a/linters-requirements.txt +++ b/linters-requirements.txt @@ -2,7 +2,6 @@ ansible-lint == 4.2.0 # MIT astroid>=2.4.0; python_version < '3.8' # LGPLv2.1 -astroid>=2.5.0; python_version >= '3.8' -git+https://github.com/PyCQA/pylint.git@master; python_version >= '3.8' # GPLv2 +astroid>=2.5.0; python_version >= '3.8' # LGPLv2.1 pre-commit >= 2.6.0 # MIT -pylint >= 2.6.0; python_version < '3.8' # GPLv2 +pylint >= 2.6.0 # GPLv2