Skip to content

Commit 1c2c19a

Browse files
committed
Try validating pyproject.toml
1 parent aca10f2 commit 1c2c19a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ repos:
2222
- id: codespell
2323
args: [-L, alog, -L, abl]
2424

25+
- repo: https://github.com/abravalheri/validate-pyproject
26+
rev: v0.24.1
27+
hooks:
28+
- id: validate-pyproject
29+
# Optional extra validations from SchemaStore:
30+
additional_dependencies: ["validate-pyproject-schema-store[all]"]
31+
2532
- repo: https://github.com/pre-commit/pre-commit-hooks
2633
rev: v6.0.0
2734
hooks:

0 commit comments

Comments
 (0)