Skip to content

Instantly share code, notes, and snippets.

@crmne
Created February 22, 2016 10:22
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 crmne/542233250a492a207713 to your computer and use it in GitHub Desktop.
Save crmne/542233250a492a207713 to your computer and use it in GitHub Desktop.
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: master
hooks:
- id: trailing-whitespace
- id: autopep8-wrapper
- id: check-added-large-files
- id: check-ast
language_version: python3.4
- id: check-case-conflict
- id: check-docstring-first
- id: check-json
- id: check-merge-conflict
- id: check-xml
- id: check-yaml
- id: debug-statements
language_version: python3.4
- id: end-of-file-fixer
- id: fix-encoding-pragma
- id: flake8
args: ['--exclude=docs/*']
language_version: python3.4
- id: name-tests-test
- id: requirements-txt-fixer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment