Skip to content

Commit

Permalink
Update .pre-commit-config.yaml.jinja (#442)
Browse files Browse the repository at this point in the history
Increment version of version checking hook.
  • Loading branch information
delucchi-cmu authored Mar 13, 2024
1 parent 8226300 commit 9da3cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-project-template/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
# This hook should always pass. It will print a message if the local version
# is out of date.
- repo: https://github.com/lincc-frameworks/pre-commit-hooks
rev: v0.1.1
rev: v0.1.2
hooks:
- id: check-lincc-frameworks-template-version
name: Check template version
Expand Down

0 comments on commit 9da3cbb

Please sign in to comment.