..
__init__.py
Initial commit.
2014-03-13 08:41:35 -07:00
autopep8_wrapper.py
Respect autopep8 config. Resolves #38 .
2015-02-26 18:23:52 -08:00
check_added_large_files.py
Add a new hook to forbid new submodules
2016-11-30 09:56:42 -08:00
check_ast.py
Add a hook to verify python ast.
2015-08-04 13:48:30 -07:00
check_byte_order_marker.py
Forbid files with a UTF-8 BOM
2016-03-18 10:59:31 -07:00
check_case_conflict.py
Remove dependency on plumbum
2015-03-20 14:15:30 -07:00
check_docstring_first.py
Add check-docstring-first hook.
2015-01-04 13:06:21 -08:00
check_json.py
Fix JSON decode error message
2016-11-12 11:54:14 -08:00
check_merge_conflict.py
Add a new hook to forbid new submodules
2016-11-30 09:56:42 -08:00
check_symlinks.py
Typo in no cover comment
2016-02-03 11:12:51 -08:00
check_xml.py
Add check-xml hook.
2015-01-17 10:30:58 -08:00
check_yaml.py
Use safe_load as per PyYAML documentation
2016-10-23 17:50:42 +01:00
debug_statement_hook.py
Update debug_statement_hook.py
2016-06-20 09:41:22 +02:00
detect_aws_credentials.py
Add AWS_CONFIG_FILE to the environment variables
2016-12-30 10:39:38 +01:00
detect_private_key.py
Add trailing comma
2016-12-26 14:51:26 -08:00
end_of_file_fixer.py
Fix end-of-file-fixer on windows
2015-01-19 16:43:10 -08: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
pretty_format_json.py
let pre-commit fix some stuff
2016-11-03 15:54:48 -07:00
requirements_txt_fixer.py
coverage fix
2016-07-03 04:31:19 +05:30
string_fixer.py
Use the tokenizer for great success
2015-02-10 08:17:35 -08:00
tests_should_end_in_test.py
Fixed regex matching
2015-11-19 00:39:29 -08:00
trailing_whitespace_fixer.py
Post-review fixes
2016-08-31 11:44:59 +02:00
util.py
Teach check-large-files-added about git-lfs. Reslves #82 .
2015-12-28 05:38:06 -08:00