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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: 3.12.0 → v3.29.1](commitizen-tools/commitizen@3.12.0...v3.29.1)
- [github.com/ansible/ansible-lint: v6.22.0 → v24.9.2](ansible/ansible-lint@v6.22.0...v24.9.2)
- [github.com/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent c95ad82 commit 2e76433
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
default_stages: [commit]
default_stages: [Nonepre-commitNone]

ci:
autoupdate_commit_msg: "chore: pre-commit autoupdate"
Expand All @@ -13,15 +13,15 @@ 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
additional_dependencies:
- prettier

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -30,21 +30,21 @@ repos:
- id: check-added-large-files

- repo: https://github.com/commitizen-tools/commitizen
rev: 3.12.0
rev: v3.29.1
hooks:
- id: commitizen
- id: commitizen-branch
stages:
- post-commit
- push
- Nonepre-pushNone

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

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

0 comments on commit 2e76433

Please sign in to comment.