mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 04:26:52 +00:00
Added requirements.txt hook
This commit is contained in:
parent
d8a44784fc
commit
b83ea591b5
6 changed files with 138 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue