Remove ansible-lint from linter requirements
Change-Id: I70c2e468518fd261f20532e14a56cdf0689346d7
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
# pep8 and flake8 requirements
|
# pep8 and flake8 requirements
|
||||||
|
|
||||||
ansible-lint == 4.2.0 # MIT
|
pre-commit # MIT
|
||||||
astroid>=2.4.0; python_version < '3.8' # LGPLv2.1
|
pylint >= 2.8.3, < 2.9.0 # GPLv2
|
||||||
astroid>=2.5.0; python_version >= '3.8' # LGPLv2.1
|
|
||||||
pre-commit >= 2.6.0 # MIT
|
|
||||||
pylint >= 2.6.0,< 2.9.0 # GPLv2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user