pre-commit-hooks/pre_commit_hooks
Kurt von Laven 2cbabf90cc
Check Git core.fileMode rather than infer from OS.
There was already a guard preventing the check-executables-have-shebangs
hook from raising false positives on win32 by looking up the Git file
mode rather than relying on the file mode in the file system. Git already
automatically probes the file system for executable bit support. Leverage
Git's core.fileMode config variable to prevent false positives on all
file systems that don't track executable bits.
2022-04-28 11:23:36 -07:00
..
__init__.py Initial commit. 2014-03-13 08:41:35 -07:00
check_added_large_files.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_ast.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_builtin_literals.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_byte_order_marker.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_case_conflict.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_docstring_first.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
check_executables_have_shebangs.py Check Git core.fileMode rather than infer from OS. 2022-04-28 11:23:36 -07:00
check_json.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_merge_conflict.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
check_shebang_scripts_are_executable.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_symlinks.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_toml.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_vcs_permalinks.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_xml.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_yaml.py drop python3.6 support 2022-01-15 19:24:05 -05:00
debug_statement_hook.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
destroyed_symlinks.py drop python3.6 support 2022-01-15 19:24:05 -05:00
detect_aws_credentials.py drop python3.6 support 2022-01-15 19:24:05 -05:00
detect_private_key.py drop python3.6 support 2022-01-15 19:24:05 -05:00
end_of_file_fixer.py drop python3.6 support 2022-01-15 19:24:05 -05:00
file_contents_sorter.py drop python3.6 support 2022-01-15 19:24:05 -05:00
fix_byte_order_marker.py drop python3.6 support 2022-01-15 19:24:05 -05:00
fix_encoding_pragma.py drop python3.6 support 2022-01-15 19:24:05 -05:00
forbid_new_submodules.py drop python3.6 support 2022-01-15 19:24:05 -05:00
mixed_line_ending.py drop python3.6 support 2022-01-15 19:24:05 -05:00
no_commit_to_branch.py drop python3.6 support 2022-01-15 19:24:05 -05:00
pretty_format_json.py drop python3.6 support 2022-01-15 19:24:05 -05:00
removed.py drop python3.6 support 2022-01-15 19:24:05 -05:00
requirements_txt_fixer.py drop python3.6 support 2022-01-15 19:24:05 -05:00
sort_simple_yaml.py drop python3.6 support 2022-01-15 19:24:05 -05:00
string_fixer.py drop python3.6 support 2022-01-15 19:24:05 -05:00
tests_should_end_in_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
trailing_whitespace_fixer.py drop python3.6 support 2022-01-15 19:24:05 -05:00
util.py drop python3.6 support 2022-01-15 19:24:05 -05:00