Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Oct 30, 2024
2 parents 7401d40 + b647213 commit 42bb01d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ default_install_hook_types:

# by default, confine hooks to these git stages (except for hooks that specify their own stages)
# https://pre-commit.com/#top_level-default_stages
default_stages:
- commit
default_stages: [pre-commit]

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.4.0
rev: v3.6.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
Expand Down

0 comments on commit 42bb01d

Please sign in to comment.