Skip to content

Commit

Permalink
fix: disable parallel for custom git hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvis8x7b committed Jun 26, 2024
1 parent fbdbaeb commit ea6f4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ repos:
- repo: local
hooks:
- id: check-identities
require_serial: true
name: check-identities
entry: .githooks/check_identities.sh
stages: [commit, push]
Expand Down

0 comments on commit ea6f4be

Please sign in to comment.