Skip to content

Commit

Permalink
Update stages. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Oct 25, 2024
1 parent ce2464c commit 4e24dbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description: prevents giant files from being committed.
entry: check-added-large-files
language: conda
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: check-ast-conda
name: check python ast
description: simply checks whether the files parse as valid python.
Expand Down Expand Up @@ -39,7 +39,7 @@
entry: check-executables-have-shebangs
language: conda
types: [text, executable]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: check-json-conda
name: check json
description: checks json files for parseable syntax.
Expand All @@ -52,7 +52,7 @@
entry: check-shebang-scripts-are-executable
language: conda
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: pretty-format-json-conda
name: pretty format json
description: sets a standard for formatting json files.
Expand Down Expand Up @@ -131,7 +131,7 @@
entry: end-of-file-fixer
language: conda
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]
- id: file-contents-sorter-conda
name: file contents sorter
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.
Expand Down Expand Up @@ -198,4 +198,4 @@
entry: trailing-whitespace-fixer
language: conda
types: [text]
stages: [commit, push, manual]
stages: [pre-commit, pre-push, manual]

0 comments on commit 4e24dbd

Please sign in to comment.