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/ansible/ansible-lint.git: v6.22.1 → v24.2.0](https://github.com/ansible/ansible-lint.git/compare/v6.22.1...v24.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Feb 19, 2024
1 parent 9123a30 commit 7577f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ 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]
Expand All @@ -57,7 +57,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/ansible/ansible-lint.git
rev: "v6.22.1"
rev: "v24.2.0"
hooks:
- id: ansible-lint
args: [-c, .meta/ansible-lint.yaml]

0 comments on commit 7577f3a

Please sign in to comment.