Add requirements-txt-fixer pre-commit hook and run on all files

This commit is contained in:
Daniel Gallagher 2018-05-24 22:51:32 -07:00
parent 28f6353212
commit 4214981444
3 changed files with 8 additions and 7 deletions

View File

@ -15,3 +15,4 @@
- id: pretty-format-json - id: pretty-format-json
args: args:
- --autofix - --autofix
- id: requirements-txt-fixer

View File

@ -1,4 +1,4 @@
# Required library
Sphinx==1.5.3
# Docs template # Docs template
http://graphene-python.org/sphinx_graphene_theme.zip http://graphene-python.org/sphinx_graphene_theme.zip
# Required library
Sphinx==1.5.3