Merge pull request #1394 from rjeffman/pre-commit-update

pre-commit: Update pre-commit repo versions
This commit is contained in:
Thomas Woerner
2026-01-07 18:12:09 +01:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
--- ---
repos: repos:
- repo: https://github.com/ansible/ansible-lint.git - repo: https://github.com/ansible/ansible-lint.git
rev: v24.5.0 rev: v25.9.2
hooks: hooks:
- id: ansible-lint - id: ansible-lint
always_run: false always_run: false
@@ -21,16 +21,16 @@ repos:
--parseable --parseable
--nocolor --nocolor
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1 rev: v1.37.1
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: 7.2.0 rev: 7.3.0
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pycqa/pylint - repo: https://github.com/pycqa/pylint
rev: v3.2.2 rev: v4.0.2
hooks: hooks:
- id: pylint - id: pylint
args: args: