Skip to content

Instantly share code, notes, and snippets.

@jasonamyers
Last active August 22, 2017 00:56
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 jasonamyers/9fe8dabfb91636422284a9cd0424082d to your computer and use it in GitHub Desktop.
Save jasonamyers/9fe8dabfb91636422284a9cd0424082d to your computer and use it in GitHub Desktop.
My default pre-commit configuration
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.9.2
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- id: flake8
- repo: git://github.com/pre-commit/mirrors-yapf
sha: v0.16.3
hooks:
- id: yapf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment