Skip to content
Snippets Groups Projects
Commit b7e39ce7 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

linters: Fix versions of linter packages due to Python 3.11.

Under Python 3.11 some linters have failed to execute due to deprecated
items. Increasing or setting specific allow the linters to succeed with
Python's lates version.
parent 07b9c7dc
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ jobs: ...@@ -68,7 +68,7 @@ jobs:
python-version: "3.x" python-version: "3.x"
- name: Run pylint - name: Run pylint
run: | run: |
pip install pylint==2.12.2 pip install pylint==2.13.7 wrapt==1.14.0
pylint plugins roles --disable=import-error pylint plugins roles --disable=import-error
shellcheck: shellcheck:
......
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
ipdb==0.13.4 ipdb==0.13.4
pre-commit pre-commit
flake8==4.0.1 flake8==4.0.1
flake8-bugbear flake8-bugbear==22.10.27
pylint==2.13.7 pylint==2.13.7
wrapt >= 1.14.0
pydocstyle==6.0.0 pydocstyle==6.0.0
yamllint==1.26.3 yamllint==1.26.3
ansible-lint==5.3.2 ansible-lint==5.3.2
dnspython==2.2.0
netaddr==0.8.0
gssapi==1.7.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment