Skip to content
Snippets Groups Projects
Verified Commit 85ff8c26 authored by wallun's avatar wallun
Browse files

ci(pre-commit): update hooks

parent b6811d28
No related branches found
No related tags found
No related merge requests found
Pipeline #82670 failed
...@@ -3,26 +3,26 @@ default_stages: [ commit, manual ] ...@@ -3,26 +3,26 @@ default_stages: [ commit, manual ]
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: no-commit-to-branch - id: no-commit-to-branch
args: [ --branch, main ] args: [ --branch, main ]
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: fix-byte-order-marker - id: fix-byte-order-marker
- repo: https://github.com/ansible-community/ansible-lint.git - repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.14.0a0 rev: v6.22.0
hooks: hooks:
- name: Run ansible-lint - name: Run ansible-lint
id: ansible-lint id: ansible-lint
- repo: https://github.com/jorisroovers/gitlint - repo: https://github.com/jorisroovers/gitlint
rev: v0.19.0dev rev: v0.19.1
hooks: hooks:
- name: Run gitlint - name: Run gitlint
id: gitlint id: gitlint
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