Skip to content

Commit

Permalink
fix: pre-commit-ci (#267)
Browse files Browse the repository at this point in the history
add a lower bound for validate-pyproject-schema-store in order to invalidate pre-commit-ci cache.
  • Loading branch information
mayeut authored Oct 25, 2024
1 parent c7ed84c commit 52a5857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
rev: "v0.21"
hooks:
- id: validate-pyproject
additional_dependencies: ["validate-pyproject-schema-store[all]"]
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.4"
Expand Down

0 comments on commit 52a5857

Please sign in to comment.