Added requirements.txt hook

This commit is contained in:
Cameron Paul 2014-12-16 12:22:37 -08:00
parent d8a44784fc
commit b83ea591b5
6 changed files with 138 additions and 1 deletions

View file

@ -30,6 +30,7 @@ Add this to your `.pre-commit-config.yaml`
- `flake8` - Run flake8 on your python files
- `name-tests-test` - Assert that files in tests/ end in _test.py
- `pyflakes` - Run pyflakes on your python files
- `requirements-txt-fixer` - Sorts entries in requirements.txt
- `trailing-whitespace` - Trims trailing whitespace.
### As a standalone package