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/pre-commit-hooks: v4.2.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.2.0...v5.0.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8)
- [github.com/antonbabenko/pre-commit-terraform: v1.77.0 → v1.97.4](antonbabenko/pre-commit-terraform@v1.77.0...v1.97.4)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent a89cffe commit edcd698
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,13 +19,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier
name: Prettier
additional_dependencies: ["prettier", "prettier-plugin-java"]
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.77.0
rev: v1.97.4
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand Down

0 comments on commit edcd698

Please sign in to comment.