Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Oct 8, 2024
2 parents 3b73cab + f0687da commit 5ae53fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ 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
Expand All @@ -21,7 +20,7 @@ repos:
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 5ae53fc

Please sign in to comment.