Add pdm lock check to pre-commit checks
This commit is contained in:
parent
aec64ea5f3
commit
6cf520fdf9
@ -19,6 +19,11 @@ repos:
|
||||
- id: ruff
|
||||
- id: ruff-format
|
||||
|
||||
- repo: https://github.com/pdm-project/pdm
|
||||
rev: 2.12.3
|
||||
hooks:
|
||||
- id: pdm-lock-check
|
||||
|
||||
# TODO: waiting on django-recurrence 1.12 to be released on PyPi
|
||||
# - repo: local
|
||||
# hooks:
|
||||
|
Loading…
Reference in New Issue
Block a user