Created
January 29, 2016 03:39
-
-
Save jasonamyers/dcba0b5c656312665a82 to your computer and use it in GitHub Desktop.
An example pre-commit config file setup for flake8, debug, and merge conflict with an example base prospector config
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: 'cf550fcab3f12015f8676b8278b30e1a5bc10e70' | |
| hooks: | |
| - id: check-merge-conflict | |
| - id: debug-statements | |
| - id: flake8 | |
| #- repo: git://github.com/guykisel/prospector-mirror | |
| #sha: '00fbd80101566b1b9c873c71f2ab7b95b8bd0a7d' | |
| #hooks: | |
| #- id: prospector |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment