pylint: Bump version to 2.12.2.

Update pylint version to the latest supported by Fedora 36.
This commit is contained in:
Rafael Guterres Jeffman
2022-03-22 11:27:06 -03:00
parent 461bd8b15b
commit 68661d6922
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ jobs:
python-version: "3.x"
- name: Run pylint
run: |
pip install pylint==2.10.2
pip install pylint==2.12.2
pylint plugins roles --disable=import-error
shellcheck:

View File

@@ -24,7 +24,7 @@ repos:
hooks:
- id: pydocstyle
- repo: https://github.com/pycqa/pylint
rev: v2.10.2
rev: v2.12.2
hooks:
- id: pylint
args:

View File

@@ -2,4 +2,4 @@
ipdb
pre-commit
flake8-bugbear
pylint==2.10.2
pylint==2.12.2