Skip to content

Instantly share code, notes, and snippets.

@aviraldg
Created June 29, 2017 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aviraldg/ea2b48cf816e264029b78fcc6c0062a3 to your computer and use it in GitHub Desktop.
Save aviraldg/ea2b48cf816e264029b78fcc6c0062a3 to your computer and use it in GitHub Desktop.
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.8.0
hooks:
- id: autopep8-wrapper
- id: check-added-large-files
- id: check-ast
- id: check-byte-order-marker
- id: check-case-conflict
- id: check-docstring-first
- id: check-json
- id: check-merge-conflict
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: detect-private-key
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: fix-encoding-pragma
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
sha: v1.1.0
hooks:
- id: python-safety-dependencies-check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment