Skip to content

Commit

Permalink
add prepare_commit to pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 21, 2024
1 parent b12da4f commit f24de2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ repos:
- id: isort
args: ["--profile", "black", "--filter-files"]

- repo: local
hooks:
- id: prepare_commit
name: prepare_commit
entry: ./scripts/prepare_commit.sh
language: system
always_run: true
pass_filenames: false

ci:
autofix_prs: true
autoupdate_schedule: quarterly

0 comments on commit f24de2e

Please sign in to comment.