1 parent 19c5b1e commit c048229Copy full SHA for c048229
2 files changed
.pre-commit-config.yaml
@@ -47,6 +47,7 @@ repos:
47
hooks:
48
- id: minimum-changes
49
args: [--min-changes=0]
50
+ stages: [manual]
51
- id: verify-files-are-ascii
52
53
- repo: https://github.com/python-jsonschema/check-jsonschema
README.md
@@ -69,8 +69,8 @@ add example hook to actually use in the [.pre-commit-config.yaml](.pre-commit-co
69
## Related:
70
71
- https://github.com/homebysix/pre-commit-macadmin
72
-- https://github.com/jumanjihouse/pre-commit-jgstew
73
-- https://github.com/Lucas-C/pre-commit-jgstew
+- https://github.com/jumanjihouse/pre-commit-hooks
+- https://github.com/Lucas-C/pre-commit-hooks
74
- https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
75
- https://pre-commit.com/hooks.html
76
- https://pre-commit.com/#new-hooks
0 commit comments