Skip to content

Commit 73df311

Browse files
committed
MISC: update pre-commit config
Remove validate github workflow files
1 parent c4fd0d7 commit 73df311

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ repos:
5050
- id: debug-statements
5151
- id: trailing-whitespace
5252

53-
# validate GitHub workflow files
54-
- repo: https://github.com/python-jsonschema/check-jsonschema
55-
rev: 0.27.0
56-
hooks:
57-
- id: check-github-workflows
53+
# # validate GitHub workflow files
54+
# - repo: https://github.com/python-jsonschema/check-jsonschema
55+
# rev: 0.27.0
56+
# hooks:
57+
# - id: check-github-workflows
58+
# args: ["--verbose"]
5859

5960
# - repo: https://github.com/numpy/numpydoc
6061
# rev: v1.6.0

0 commit comments

Comments
 (0)