Skip to content

Commit 8915a50

Browse files
committed
fix: pre-commit-ci
add a lower bound for validate-pyproject-schema-store in order to invalidate pre-commit-ci cache.
1 parent c7ed84c commit 8915a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
rev: "v0.21"
3131
hooks:
3232
- id: validate-pyproject
33-
additional_dependencies: ["validate-pyproject-schema-store[all]"]
33+
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
3434

3535
- repo: https://github.com/python-jsonschema/check-jsonschema
3636
rev: "0.29.4"

0 commit comments

Comments
 (0)