Skip to content

Commit 9c4f10d

Browse files
committed
ci: add pyproject validation
1 parent 5c7669e commit 9c4f10d

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
@@ -84,6 +84,10 @@ repos:
8484
additional_dependencies:
8585
- '@biomejs/[email protected]'
8686
files: \.js$
87+
- repo: https://github.com/abravalheri/validate-pyproject
88+
rev: v0.18
89+
hooks:
90+
- id: validate-pyproject
8791
- repo: https://github.com/codespell-project/codespell
8892
rev: v2.2.6
8993
hooks:

0 commit comments

Comments
 (0)