Skip to content

Commit 925a03d

Browse files
committed
feat: Add pyproject.toml validator hook to pre-commit
1 parent df29fd3 commit 925a03d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ repos:
2828
rev: v0.17.0
2929
hooks:
3030
- id: yamlfmt
31+
- repo: https://github.com/abravalheri/validate-pyproject
32+
rev: v0.24.1
33+
hooks:
34+
- id: validate-pyproject

0 commit comments

Comments
 (0)