mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 12:24:43 +00:00
pylint: Bump version to 2.12.2.
Update pylint version to the latest supported by Fedora 36.
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -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.10.2
|
pip install pylint==2.12.2
|
||||||
pylint plugins roles --disable=import-error
|
pylint plugins roles --disable=import-error
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: pydocstyle
|
- id: pydocstyle
|
||||||
- repo: https://github.com/pycqa/pylint
|
- repo: https://github.com/pycqa/pylint
|
||||||
rev: v2.10.2
|
rev: v2.12.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
args:
|
args:
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
ipdb
|
ipdb
|
||||||
pre-commit
|
pre-commit
|
||||||
flake8-bugbear
|
flake8-bugbear
|
||||||
pylint==2.10.2
|
pylint==2.12.2
|
||||||
|
|||||||
Reference in New Issue
Block a user