Add PDM lock file pre-commit hook

This commit is contained in:
Donkie
2023-07-10 01:22:58 +02:00
parent 18d4383544
commit 446cfd639b

View File

@@ -20,3 +20,7 @@ repos:
hooks:
- id: ruff
args: ["--target-version", "py39"]
- repo: https://github.com/pdm-project/pdm
rev: 2.7.4
hooks:
- id: pdm-lock-check