mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 18:26:53 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| autopep8_wrapper.py | ||
| check_added_large_files.py | ||
| check_ast.py | ||
| check_byte_order_marker.py | ||
| check_case_conflict.py | ||
| check_docstring_first.py | ||
| check_json.py | ||
| check_merge_conflict.py | ||
| check_symlinks.py | ||
| check_xml.py | ||
| check_yaml.py | ||
| debug_statement_hook.py | ||
| detect_aws_credentials.py | ||
| detect_private_key.py | ||
| end_of_file_fixer.py | ||
| fix_encoding_pragma.py | ||
| forbid_new_submodules.py | ||
| no_commit_to_branch.py | ||
| pretty_format_json.py | ||
| requirements_txt_fixer.py | ||
| string_fixer.py | ||
| tests_should_end_in_test.py | ||
| trailing_whitespace_fixer.py | ||
| util.py | ||