Add PDM lock file pre-commit hook
This commit is contained in:
@@ -20,3 +20,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
args: ["--target-version", "py39"]
|
args: ["--target-version", "py39"]
|
||||||
|
- repo: https://github.com/pdm-project/pdm
|
||||||
|
rev: 2.7.4
|
||||||
|
hooks:
|
||||||
|
- id: pdm-lock-check
|
||||||
|
|||||||
Reference in New Issue
Block a user