Skip to content

fix(hooks): replace invalid 'stages' values with valid schema-complia… #1167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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: python
stages: [pre-commit, pre-push, manual]
stages: [commit, push, manual]
minimum_pre_commit_version: 3.2.0
- id: check-ast
name: check python ast
Expand Down Expand Up @@ -40,7 +40,7 @@
entry: check-executables-have-shebangs
language: python
types: [text, executable]
stages: [pre-commit, pre-push, manual]
stages: [commit, push, manual]
minimum_pre_commit_version: 3.2.0
- id: check-illegal-windows-names
name: check illegal windows names
Expand All @@ -59,7 +59,7 @@
entry: check-shebang-scripts-are-executable
language: python
types: [text]
stages: [pre-commit, pre-push, manual]
stages: [commit, push, manual]
minimum_pre_commit_version: 3.2.0
- id: pretty-format-json
name: pretty format json
Expand Down Expand Up @@ -115,7 +115,7 @@
entry: destroyed-symlinks
language: python
types: [file]
stages: [pre-commit, pre-push, manual]
stages: [commit, push, manual]
- id: detect-aws-credentials
name: detect aws credentials
description: detects *your* aws credentials from the aws cli credentials file.
Expand All @@ -140,7 +140,7 @@
entry: end-of-file-fixer
language: python
types: [text]
stages: [pre-commit, pre-push, manual]
stages: [commit, push, manual]
minimum_pre_commit_version: 3.2.0
- id: file-contents-sorter
name: file contents sorter
Expand Down Expand Up @@ -208,5 +208,5 @@
entry: trailing-whitespace-fixer
language: python
types: [text]
stages: [pre-commit, pre-push, manual]
stages: [commit, push, manual]
minimum_pre_commit_version: 3.2.0