Skip to content

Instantly share code, notes, and snippets.

@luismayta
Created July 2, 2016 23:51
Show Gist options
  • Select an option

  • Save luismayta/8d2c19fde300d84e04387e5326eb0f6c to your computer and use it in GitHub Desktop.

Select an option

Save luismayta/8d2c19fde300d84e04387e5326eb0f6c to your computer and use it in GitHub Desktop.
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: master
hooks:
- id: detect-private-key
files: ^(?!\.?git-crypt)
- id: check-merge-conflict
- id: trailing-whitespace
files: ^tf|-|\.(py|tfvars|tf|tfenv|env|yml|yaml|pem|key|mock)$
- id: end-of-file-fixer
files: ^tf|-|\.(py|tfvars|tf|tfenv|env|yml|yaml|pem|key|mock)$
- id: check-added-large-files
files: ^tf|-|\.(py|env|yml|yaml)$
- id: check-case-conflict
- id: check-json
- id: check-xml
- id: check-yaml
- id: check-case-conflict
- id: check-ast
- id: debug-statements
- id: double-quote-string-fixer
- id: check-docstring-first
- id: pretty-format-json
- id: requirements-txt-fixer
- id: name-tests-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment