Skip to content

Commit

Permalink
chore: Use check for pdm lock. (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Jan 12, 2024
1 parent 222f2d0 commit cb2f0fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -42,9 +42,9 @@ repos:
- post-merge
always_run: true
pass_filenames: false
- id: pdm-lock
name: pdm-lock
entry: pdm lock
- id: pdm-lock-check
name: pdm-lock-check
entry: pdm lock --check
language: python
files: ^pyproject.toml$
pass_filenames: false
Expand Down
6 changes: 3 additions & 3 deletions template/.pre-commit-config.yaml.jinja
Expand Up @@ -43,9 +43,9 @@ repos:
- post-merge
always_run: true
pass_filenames: false
- id: pdm-lock
name: pdm-lock
entry: pdm lock
- id: pdm-lock-check
name: pdm-lock-check
entry: pdm lock --check
language: python
files: ^pyproject.toml$
pass_filenames: false
Expand Down

0 comments on commit cb2f0fc

Please sign in to comment.