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

development: Bump versions of development checks

Update versions for linters and pre-commit checks, and fix ansible-lint
execution.
parent 07c1a5ee
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ repos: ...@@ -8,7 +8,7 @@ repos:
pass_filenames: true pass_filenames: true
files: \.(yaml|yml)$ files: \.(yaml|yml)$
exclude: /env[^/]*.(yaml|yml)$ exclude: /env[^/]*.(yaml|yml)$
entry: >- entry: |-
env env
ANSIBLE_LIBRARY=./plugins/modules ANSIBLE_LIBRARY=./plugins/modules
ANSIBLE_MODULE_UTILS=./plugins/module_utils ANSIBLE_MODULE_UTILS=./plugins/module_utils
...@@ -21,12 +21,12 @@ repos: ...@@ -21,12 +21,12 @@ repos:
--parseable --parseable
--nocolor --nocolor
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.28.0 rev: v1.32.0
hooks: hooks:
- id: yamllint - id: yamllint
files: \.(yaml|yml)$ files: \.(yaml|yml)$
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
rev: 5.0.3 rev: 6.0.0
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pycqa/pydocstyle - repo: https://github.com/pycqa/pydocstyle
...@@ -34,7 +34,7 @@ repos: ...@@ -34,7 +34,7 @@ repos:
hooks: hooks:
- id: pydocstyle - id: pydocstyle
- repo: https://github.com/pycqa/pylint - repo: https://github.com/pycqa/pylint
rev: v2.14.4 rev: v2.17.2
hooks: hooks:
- id: pylint - id: pylint
args: args:
......
-r requirements-tests.txt -r requirements-tests.txt
ipdb==0.13.4 ipdb==0.13.4
pre-commit==2.20.0 pre-commit==2.20.0
flake8==5.0.3 flake8==6.0.0
flake8-bugbear==22.10.27 flake8-bugbear
pylint==2.14.4 pylint==2.17.2
wrapt == 1.14.0 wrapt==1.14.1
pydocstyle==6.0.0 pydocstyle==6.3.0
yamllint==1.28.0 yamllint==1.32.0
ansible-lint ansible-lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment