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.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/pre-commit/mirrors-prettier.git: v2.5.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier.git/compare/v2.5.1...v4.0.0-alpha.8)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 27aafe9 commit 060ea49
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
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -11,13 +11,13 @@ repos:
- id: check-added-large-files

- repo: https://github.com/pre-commit/mirrors-prettier.git
rev: v2.5.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or:
- yaml

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint

0 comments on commit 060ea49

Please sign in to comment.