We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02dccc commit 3f997c3Copy full SHA for 3f997c3
1 file changed
python-project-template/.pre-commit-config.yaml.jinja
@@ -1,5 +1,16 @@
1
repos:
2
3
+ # Compare the local template version to the latest remote template version
4
+ # This hook should always pass. It will print a message if the local version
5
+ # is out of date.
6
+ - repo: https://github.com/lincc-frameworks/pre-commit-hooks
7
+ rev: v0.1
8
+ hooks:
9
+ - id: check-lincc-frameworks-template-version
10
+ name: Check template version
11
+ description: Compare current template version against latest
12
+ verbose: true
13
+
14
# Clear output from jupyter notebooks so that only the input cells are committed.
15
- repo: local
16
hooks:
0 commit comments