You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: checks json files for parseable syntax.
@@ -203,7 +203,7 @@ repos:
203
203
entry: check-shebang-scripts-are-executable
204
204
language: python
205
205
types: [text]
206
-
stages: [commit, push, manual]
206
+
stages: [pre-commit, pre-push, manual]
207
207
- id: pretty-format-json
208
208
name: pretty format json
209
209
description: sets a standard for formatting json files.
@@ -282,7 +282,7 @@ repos:
282
282
entry: end-of-file-fixer
283
283
language: python
284
284
types: [text]
285
-
stages: [commit, push, manual]
285
+
stages: [pre-commit, pre-push, manual]
286
286
- id: file-contents-sorter
287
287
name: file contents sorter
288
288
description: sorts the lines in specified files (defaults to alphabetical). you must provide list of target files as input in your .pre-commit-config.yaml file.
0 commit comments