pre-commit-hooks/pre_commit_hooks
Evan Felix a8592669d9 Add a no commit to specific branch hook. (#185)
* add no commit code and config

* add the code

* remove version tweak

* fix logic, remove newline

* add Tests and cleanup testing issues

* remove extraneous modules

* cleanup some pep8 and flake issues

* reorder imports

* more fixes for syntax checking

* code cleanup based off asottile comments

* Use Contractions Properly, alphabatize new hook.

* Adding support for branches with a slash in them.
2017-03-20 10:36:51 -07:00
..
__init__.py Initial commit. 2014-03-13 08:41:35 -07:00
autopep8_wrapper.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_added_large_files.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_ast.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_byte_order_marker.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_case_conflict.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_docstring_first.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_json.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_merge_conflict.py Add a new hook to forbid new submodules 2016-11-30 09:56:42 -08:00
check_symlinks.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_xml.py Add pyupgrade 2017-03-12 18:01:29 -07:00
check_yaml.py Use safe_load as per PyYAML documentation 2016-10-23 17:50:42 +01:00
debug_statement_hook.py Add pyupgrade 2017-03-12 18:01:29 -07:00
detect_aws_credentials.py Add flag to detect-aws-credentials to allow missing keys 2017-02-10 12:54:03 -05:00
detect_private_key.py Add pyupgrade 2017-03-12 18:01:29 -07:00
end_of_file_fixer.py Add pyupgrade 2017-03-12 18:01:29 -07:00
fix_encoding_pragma.py Add a new hook to forbid new submodules 2016-11-30 09:56:42 -08:00
forbid_new_submodules.py Add forbid-new-submodules to hooks.yaml 2016-11-30 10:25:51 -08:00
no_commit_to_branch.py Add a no commit to specific branch hook. (#185) 2017-03-20 10:36:51 -07:00
pretty_format_json.py Fixups 2017-03-20 08:24:58 -07:00
requirements_txt_fixer.py Add pyupgrade 2017-03-12 18:01:29 -07:00
string_fixer.py Add pyupgrade 2017-03-12 18:01:29 -07:00
tests_should_end_in_test.py Handling default django test filename of "tests.py" 2017-03-15 00:40:53 -07:00
trailing_whitespace_fixer.py Add pyupgrade 2017-03-12 18:01:29 -07:00
util.py Teach check-large-files-added about git-lfs. Reslves #82. 2015-12-28 05:38:06 -08:00