Skip to content
Snippets Groups Projects
Verified Commit 50773485 authored by Chris Croome's avatar Chris Croome
Browse files

pre-commit and ci updates

parent d2a21e22
No related branches found
No related tags found
No related merge requests found
Pipeline #30838 failed
......@@ -19,6 +19,7 @@ variables:
before_script:
- whoami
- pwd
- chmod 700 $(pwd)
- which ansible
- ansible --version
- which yamllint
......
......@@ -11,25 +11,25 @@
repos:
# https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
name: YAML Lint
# https://github.com/ansible/ansible-lint/releases
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.19.0
rev: v6.22.1
hooks:
- id: ansible-lint
name: Ansible Lint
language: python
additional_dependencies:
# https://github.com/kellyjonbrazil/jc/releases
- jc==1.23.4
- jc==1.23.6
# https://github.com/jmespath/jmespath.py/tags
- jmespath==1.0.1
# https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown.git
rev: v0.9.13.3
rev: v0.9.15
hooks:
- id: pymarkdown
name: Markdown Lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment