Add pdm lock check to pre-commit checks

This commit is contained in:
Adam Goldsmith 2024-02-17 15:44:12 -05:00
parent aec64ea5f3
commit 6cf520fdf9

View File

@ -19,6 +19,11 @@ repos:
- id: ruff - id: ruff
- id: ruff-format - 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 # TODO: waiting on django-recurrence 1.12 to be released on PyPi
# - repo: local # - repo: local
# hooks: # hooks: