[console_scripts]
autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main
check-json = pre_commit_hooks.check_json:check_json
check-yaml = pre_commit_hooks.check_yaml:check_yaml
debug-statement-hook = pre_commit_hooks.debug_statement_hook:debug_statement_hook
end-of-file-fixer = pre_commit_hooks.end_of_file_fixer:end_of_file_fixer
name-tests-test = pre_commit_hooks.tests_should_end_in_test:validate_files
trailing-whitespace-fixer = pre_commit_hooks.trailing_whitespace_fixer:fix_trailing_whitespace

