mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
Update pre-commit repo versions, deactivate parseable for ansible-lint
ansible-lint was updated to v26.4.0, yamllint to v1.38.0 and pylint to v4.0.6. parseable was deactivated in .ansible-lint as this option is not supported any more.
This commit is contained in:
@@ -23,7 +23,7 @@ kinds:
|
|||||||
- tasks: '**/tasks_*.yml'
|
- tasks: '**/tasks_*.yml'
|
||||||
- tasks: '**/env_*.yml'
|
- tasks: '**/env_*.yml'
|
||||||
|
|
||||||
parseable: true
|
# parseable: true
|
||||||
|
|
||||||
quiet: false
|
quiet: false
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/ansible/ansible-lint.git
|
- repo: https://github.com/ansible/ansible-lint.git
|
||||||
rev: v25.9.2
|
rev: v26.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
always_run: false
|
always_run: false
|
||||||
@@ -18,10 +18,9 @@ repos:
|
|||||||
--profile production
|
--profile production
|
||||||
--exclude tests/integration/
|
--exclude tests/integration/
|
||||||
--exclude tests/unit/
|
--exclude tests/unit/
|
||||||
--parseable
|
|
||||||
--nocolor
|
--nocolor
|
||||||
- repo: https://github.com/adrienverge/yamllint.git
|
- repo: https://github.com/adrienverge/yamllint.git
|
||||||
rev: v1.37.1
|
rev: v1.38.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
files: \.(yaml|yml)$
|
files: \.(yaml|yml)$
|
||||||
@@ -30,7 +29,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/pycqa/pylint
|
- repo: https://github.com/pycqa/pylint
|
||||||
rev: v4.0.2
|
rev: v4.0.6
|
||||||
hooks:
|
hooks:
|
||||||
- id: pylint
|
- id: pylint
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user