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.0-alpha.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v4.0.0-alpha.8)
- [github.com/pre-commit/pre-commit-hooks.git: v4.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.3.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.1 → v2.3.0](codespell-project/codespell@v2.2.1...v2.3.0)
- [github.com/ansible/ansible-lint.git: v6.8.1 → v24.12.2](https://github.com/ansible/ansible-lint.git/compare/v6.8.1...v24.12.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent d0ee9f0 commit 952608d
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,14 +13,14 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: "v3.0.0-alpha.0"
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-toml
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.3.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -31,10 +31,10 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/codespell-project/codespell
rev: v2.2.1
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.8.1
rev: v24.12.2
hooks:
- id: ansible-lint

0 comments on commit 952608d

Please sign in to comment.