ci: Bump pylint version

Change pylint version to match latest version on Fedora 38.
This commit is contained in:
Rafael Guterres Jeffman
2023-07-13 08:55:21 -03:00
parent 34daa992f5
commit d8f8211a1c

View File

@@ -76,7 +76,7 @@ jobs:
python-version: "3.x"
- name: Run pylint
run: |
pip install pylint==2.14.4 wrapt==1.14.0
pip install pylint==2.17.2
pylint plugins roles --disable=import-error
shellcheck: