Skip to content

Instantly share code, notes, and snippets.

@jasonamyers
Created January 29, 2016 03:39
Show Gist options
  • Select an option

  • Save jasonamyers/dcba0b5c656312665a82 to your computer and use it in GitHub Desktop.

Select an option

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
- 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