Last active
April 26, 2017 13:32
-
-
Save techjacker/2c308657e82715cf51b4ee2591508f09 to your computer and use it in GitHub Desktop.
Pre commit for Python project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- repo: git://github.com/pre-commit/pre-commit-hooks | |
sha: 46251c9523506b68419aefdf5ff6ff2fbc4506a4 | |
hooks: | |
- id: autopep8-wrapper | |
- id: check-added-large-files | |
- id: check-case-conflict | |
- id: check-json | |
- id: check-merge-conflict | |
- id: check-yaml | |
- id: debug-statements | |
- id: detect-private-key | |
- id: detect-aws-credentials | |
- id: double-quote-string-fixer | |
- id: end-of-file-fixer | |
- id: flake8 | |
- id: forbid-new-submodules | |
- id: requirements-txt-fixer | |
- id: trailing-whitespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment