Skip to content

Commit

Permalink
chore(pre-commit): fix stage name
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Oct 30, 2024
1 parent 496510e commit b647213
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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:
- pre-commit
default_stages: [pre-commit]

repos:
- repo: https://github.com/compilerla/conventional-pre-commit
Expand Down

0 comments on commit b647213

Please sign in to comment.