Merge pull request #93 from Yelp/remove_unused_hooks

Remove a few unused pre-commit hooks
This commit is contained in:
Chris Kuehl 2016-06-24 13:41:27 -07:00 committed by GitHub
commit 4f1a255b04

View file

@ -4,9 +4,7 @@
- id: autopep8-wrapper
- id: check-added-large-files
- id: check-docstring-first
- id: check-json
- id: check-merge-conflict
- id: check-xml
- id: check-yaml
- id: debug-statements
- id: detect-private-key
@ -14,7 +12,6 @@
- id: end-of-file-fixer
- id: flake8
- id: name-tests-test
exclude: ^tests/lib
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports.git