Skip to content

Commit 7e7bb00

Browse files
committed
Add validate-pyproject to pre-commit
1 parent 28f8f36 commit 7e7bb00

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
@@ -18,6 +18,10 @@ repos:
1818
rev: "2.3.0"
1919
hooks:
2020
- id: pyproject-fmt
21+
- repo: https://github.com/abravalheri/validate-pyproject
22+
rev: "v0.21"
23+
hooks:
24+
- id: validate-pyproject
2125
- repo: https://github.com/astral-sh/ruff-pre-commit
2226
rev: "v0.6.9"
2327
hooks:

0 commit comments

Comments
 (0)