pre-commit-hooks/tests
Kurt von Laven 314fa5366d
Support checking executable bit without Git.
The check-shebang-scripts-are-executable hook already avoided false
negatives in a Git repository 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. Use the
file mode in the file system when we are not in a Git clone or it is
trusted by Git according to its core.fileMode config variable.
2022-05-26 13:25:12 -07:00
..
__init__.py Initial commit. 2014-03-13 08:41:35 -07:00
check_added_large_files_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_ast_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_builtin_literals_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_byte_order_marker_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_case_conflict_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_docstring_first_test.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
check_executables_have_shebangs_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_json_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_merge_conflict_test.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
check_shebang_scripts_are_executable_test.py Support checking executable bit without Git. 2022-05-26 13:25:12 -07:00
check_symlinks_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_toml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_vcs_permalinks_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_xml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
check_yaml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
conftest.py drop python3.6 support 2022-01-15 19:24:05 -05:00
debug_statement_hook_test.py adjust error outputs to be more standardized 2022-04-06 16:59:53 -04:00
destroyed_symlinks_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
detect_aws_credentials_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
detect_private_key_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
end_of_file_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
file_contents_sorter_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
fix_byte_order_marker_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
fix_encoding_pragma_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
forbid_new_submodules_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
mixed_line_ending_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
no_commit_to_branch_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
pretty_format_json_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
readme_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
removed_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
requirements_txt_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
sort_simple_yaml_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
string_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
tests_should_end_in_test_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
trailing_whitespace_fixer_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00
util_test.py drop python3.6 support 2022-01-15 19:24:05 -05:00