There was an error while loading. Please reload this page.
1 parent 17c31b5 commit cf177c1Copy full SHA for cf177c1
1 file changed
.pre-commit-config.yaml
@@ -47,14 +47,14 @@ repos:
47
rev: v1.9.0
48
hooks:
49
- id: reorder-python-imports
50
-- repo: local
51
- hooks:
52
- - id: no-resource-defaults
53
- language: pygrep
54
- name: No resource defaults are used (see https://github.com/ocf/puppet/pull/58)
55
- entry: ^\s*[A-Z][A-Za-z0-9:]+\s*{
56
- types: [puppet]
57
- exclude: ^manifests/
+#- repo: local
+# hooks:
+# - id: no-resource-defaults
+# language: pygrep
+# name: No resource defaults are used (see https://github.com/ocf/puppet/pull/58)
+# entry: ^\s*[A-Z][A-Za-z0-9:]+\s*{
+# types: [puppet]
+# exclude: ^manifests/
58
- repo: https://github.com/detailyang/pre-commit-shell.git
59
rev: v1.0.6
60
0 commit comments