pre-commit-hooks/pre_commit_hooks
Joey Pinhas 3e9db01775 Add logic to print line number of JSON errors
This commit makes the pretty JSON check more verbose when it encounters
errors, that way developers can see which lines are causing errors in
order to debug.
2019-08-15 12:32:33 -04:00
..
__init__.py Initial commit. 2014-03-13 08:41:35 -07:00
autopep8_wrapper.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_added_large_files.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_ast.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_builtin_literals.py Use default flake8 config 2019-02-11 19:56:15 -08:00
check_byte_order_marker.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_case_conflict.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_docstring_first.py Don't require an encoding for check-docstring-first 2019-03-30 15:31:42 -07:00
check_executables_have_shebangs.py Use default flake8 config 2019-02-11 19:56:15 -08:00
check_json.py Use default flake8 config 2019-02-11 19:56:15 -08:00
check_merge_conflict.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_symlinks.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_toml.py Added tests for check_toml 2019-08-03 19:40:57 +01:00
check_vcs_permalinks.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_xml.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
check_yaml.py Changed position of 'import io' 2019-04-22 04:24:41 +09:00
debug_statement_hook.py Add the rpdb debugger to the list of debugger packages 2019-06-05 12:29:23 -04:00
detect_aws_credentials.py Use default flake8 config 2019-02-11 19:56:15 -08:00
detect_private_key.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
end_of_file_fixer.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
file_contents_sorter.py add sys.exit(main()) to file_contents_sorter.py 2019-08-03 20:34:39 +02:00
fix_encoding_pragma.py Handle crlf endings in fix-encoding-pragma 2019-05-15 10:04:18 -07:00
forbid_new_submodules.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
mixed_line_ending.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
no_commit_to_branch.py Use AbstractSet to appease mypy 2019-04-20 16:21:58 -07:00
pretty_format_json.py Add logic to print line number of JSON errors 2019-08-15 12:32:33 -04:00
requirements_txt_fixer.py Use default flake8 config 2019-02-11 19:56:15 -08:00
sort_simple_yaml.py double-quote-string-fixer 2019-02-11 19:57:37 -08:00
string_fixer.py Fix crlf line endings for double-quote-string-fixer 2019-05-16 09:42:04 -07:00
tests_should_end_in_test.py Apply typing to all of pre-commit-hooks 2019-01-31 20:09:15 -08:00
trailing_whitespace_fixer.py double-quote-string-fixer 2019-02-11 19:57:37 -08:00
util.py azure pipelines [skip travis] [skip appveyor] 2019-03-10 16:56:44 -07:00