Add sort-simple-yaml hook (originally private hook from yelp_pre_commit_hooks)

This commit is contained in:
Daniel Gallagher 2017-06-23 16:26:00 -07:00
parent 78818b90cd
commit b6eff3d39e
7 changed files with 258 additions and 0 deletions

View file

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