Skip to content

Instantly share code, notes, and snippets.

@cas--
Created October 26, 2016 11:25
Show Gist options
  • Save cas--/eb33f4c3a02debc7f7d151dcdf26018b to your computer and use it in GitHub Desktop.
Save cas--/eb33f4c3a02debc7f7d151dcdf26018b to your computer and use it in GitHub Desktop.
yelp pre-commit config
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 8e0d7bab601ce6a8775ea98082938e60fc80eb7f
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
- id: flake8
- id: check-ast
# - id: double-quote-string-fixer
# - id: end-of-file-fixer
# - id: fix-encoding-pragma
- repo: git://github.com/pre-commit/mirrors-pylint
sha: 29c787c152552c93bdc59c45c23a155cb0570feb
hooks:
- id: pylint
- repo: git://github.com/FalconSocial/pre-commit-python-sorter
sha: d044ff27300a6dc8b1a56cd22552e3a810dc6f49
hooks:
- id: python-import-sorter
- repo: git://github.com/pre-commit/mirrors-eslint
sha: 3f5585a65eeec878e779a5630628db158ba3dab1
hooks:
- id: eslint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment