Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.7 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.7...v4.0.0-alpha.8)
- [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
- [github.com/ansible/ansible-lint.git: v6.22.1 → v24.2.1](https://github.com/ansible/ansible-lint.git/compare/v6.22.1...v24.2.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent 9123a30 commit 102acb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ repos:
'\Whttps?://\S*',
]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.7"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
args: [--config, .meta/prettierrc.yaml]
- repo: https://github.com/adrienverge/yamllint
rev: "v1.33.0"
rev: "v1.35.1"
hooks:
- id: yamllint
args: [-c, .meta/yamllint.yaml]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.6"
rev: "v0.10.0.1"
hooks:
- id: shellcheck
- repo: https://github.com/ansible/ansible-lint.git
rev: "v6.22.1"
rev: "v24.2.1"
hooks:
- id: ansible-lint
args: [-c, .meta/ansible-lint.yaml]

0 comments on commit 102acb2

Please sign in to comment.