This commit is contained in:
Evan Felix 2017-03-16 07:15:31 +00:00 committed by GitHub
commit fefc7c417a
3 changed files with 31 additions and 0 deletions

View file

@ -55,6 +55,7 @@ setup(
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace',
'no-commit-to-branch = pre_commit_hooks.no_commit_to_branch:main',
],
},
)