Skip to content

Commit

Permalink
feat: run pdm sync in post-rewrite stage of pre-commit (#2994)
Browse files Browse the repository at this point in the history
* feat: run pdm sync in post-rewrite stage in pre-commit

* add news
  • Loading branch information
huxuan committed Jul 4, 2024
1 parent edb2114 commit 7d39569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
stages:
- post-checkout
- post-merge
- post-rewrite
always_run: true
1 change: 1 addition & 0 deletions news/2994.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Run pdm sync in "post-rewrite" stage of pre-commit

0 comments on commit 7d39569

Please sign in to comment.