Skip to content

Commit bc01ecc

Browse files
committed
feat: add new pre-commit hooks for validating the pyproject.toml
1 parent 1a273f3 commit bc01ecc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515

16+
- repo: https://github.com/abravalheri/validate-pyproject
17+
rev: v0.24.1
18+
hooks:
19+
- id: validate-pyproject
20+
1621
- repo: https://github.com/astral-sh/ruff-pre-commit
1722
rev: v0.11.11
1823
hooks:

0 commit comments

Comments
 (0)