Skip to content

Commit

Permalink
chore(pre-commit): autoupdate ⬆️
Browse files Browse the repository at this point in the history
TIP: you can trigger a re-run on a pull request by commenting `pre-commit.ci run` (must appear on a line by itself)


updates:
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.5.0 → v9.20.0](alessandrojcm/commitlint-pre-commit-hook@v9.5.0...v9.20.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0)
- [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.6.2...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent d363407 commit b21924c
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 @@ -4,14 +4,14 @@
repos:
### GENERAL ###
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.20.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-symlinks
Expand All @@ -23,13 +23,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
exclude: package.lock.json

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

Expand Down

0 comments on commit b21924c

Please sign in to comment.