Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/commitizen-tools/commitizen: 3.12.0 → v3.13.0](commitizen-tools/commitizen@3.12.0...v3.13.0)
- [github.com/ansible/ansible-lint: v6.22.0 → v6.22.1](ansible/ansible-lint@v6.22.0...v6.22.1)
- [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent c95ad82 commit cd0b34d
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 @@ -13,7 +13,7 @@ repos:
- id: check-hooks-apply

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
always_run: true
Expand All @@ -30,7 +30,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/commitizen-tools/commitizen
rev: 3.12.0
rev: v3.13.0
hooks:
- id: commitizen
- id: commitizen-branch
Expand All @@ -39,12 +39,12 @@ repos:
- push

- repo: https://github.com/ansible/ansible-lint
rev: v6.22.0
rev: v6.22.1
hooks:
- id: ansible-lint

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down

0 comments on commit cd0b34d

Please sign in to comment.