Skip to content

Commit

Permalink
chore: remove unused packages in pre-commit (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan authored Jul 4, 2024
1 parent 175f7cd commit cb5ecb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
hooks:
- id: pdm-sync
name: pdm-sync
entry: pdm sync
entry: pdm sync --clean
language: python
stages:
- post-checkout
Expand Down
2 changes: 1 addition & 1 deletion template/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
hooks:
- id: pdm-sync
name: pdm-sync
entry: pdm sync
entry: pdm sync --clean
language: python
stages:
- post-checkout
Expand Down

0 comments on commit cb5ecb8

Please sign in to comment.