Update PyLint version to last valid tag for Python version >= 3.8
Change-Id: Ibaa2634892f0d38c1577c23835203499d48a1929
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
ansible-lint == 4.2.0 # MIT
|
ansible-lint == 4.2.0 # MIT
|
||||||
astroid>=2.4.0; python_version < '3.8' # LGPLv2.1
|
astroid>=2.4.0; python_version < '3.8' # LGPLv2.1
|
||||||
astroid>=2.5.0; python_version >= '3.8'
|
astroid>=2.5.0; python_version >= '3.8' # LGPLv2.1
|
||||||
git+https://github.com/PyCQA/pylint.git@master; python_version >= '3.8' # GPLv2
|
|
||||||
pre-commit >= 2.6.0 # MIT
|
pre-commit >= 2.6.0 # MIT
|
||||||
pylint >= 2.6.0; python_version < '3.8' # GPLv2
|
pylint >= 2.6.0 # GPLv2
|
||||||
|
|||||||
Reference in New Issue
Block a user