Pretty yaml

This commit is contained in:
Samuele Maci 2017-01-31 16:07:13 +01:00
parent 63142f2d4e
commit 97a00d0324
12 changed files with 271 additions and 0 deletions

View file

@ -53,6 +53,7 @@ setup(
'forbid-new-submodules = pre_commit_hooks.forbid_new_submodules:main',
'name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files',
'pretty-format-json = pre_commit_hooks.pretty_format_json:pretty_format_json',
'pretty-format-yaml = pre_commit_hooks.pretty_format_yaml:pretty_format_yaml',
'requirements-txt-fixer = pre_commit_hooks.requirements_txt_fixer:fix_requirements_txt',
'trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace',
],