pre-commit-hooks/pre_commit_hooks
Luis Pérez 6883485395 Disallow --unique alongside --ignore-cases in file-contents-sorter
Closes #794: using these flags at the same time results in undefined
behavior - the final ordering is not guaranteed as --unique breaks
sorting due to passing the contents through a set.

NOTE: I added a newline before and after the mutex group to be
consistent with other usages of mutex groups (e.g.,
check_builtin_literals.py) in this repo.
2024-10-26 15:04:34 -04:00
..
__init__.py Initial commit. 2014-03-13 08:41:35 -07:00
check_added_large_files.py py39+ 2024-10-11 19:30:07 -04:00
check_ast.py py39+ 2024-10-11 19:30:07 -04:00
check_builtin_literals.py py39+ 2024-10-11 19:30:07 -04:00
check_byte_order_marker.py py39+ 2024-10-11 19:30:07 -04:00
check_case_conflict.py py39+ 2024-10-11 19:30:07 -04:00
check_docstring_first.py py39+ 2024-10-11 19:30:07 -04:00
check_executables_have_shebangs.py py39+ 2024-10-11 19:30:07 -04:00
check_json.py py39+ 2024-10-11 19:30:07 -04:00
check_merge_conflict.py py39+ 2024-10-11 19:30:07 -04:00
check_shebang_scripts_are_executable.py py39+ 2024-10-11 19:30:07 -04:00
check_symlinks.py py39+ 2024-10-11 19:30:07 -04:00
check_toml.py py39+ 2024-10-11 19:30:07 -04:00
check_vcs_permalinks.py py39+ 2024-10-11 19:30:07 -04:00
check_xml.py py39+ 2024-10-11 19:30:07 -04:00
check_yaml.py py39+ 2024-10-11 19:30:07 -04:00
debug_statement_hook.py py39+ 2024-10-11 19:30:07 -04:00
destroyed_symlinks.py py39+ 2024-10-11 19:30:07 -04:00
detect_aws_credentials.py py39+ 2024-10-11 19:30:07 -04:00
detect_private_key.py py39+ 2024-10-11 19:30:07 -04:00
end_of_file_fixer.py py39+ 2024-10-11 19:30:07 -04:00
file_contents_sorter.py Disallow --unique alongside --ignore-cases in file-contents-sorter 2024-10-26 15:04:34 -04:00
fix_byte_order_marker.py py39+ 2024-10-11 19:30:07 -04:00
fix_encoding_pragma.py py39+ 2024-10-11 19:30:07 -04:00
forbid_new_submodules.py py39+ 2024-10-11 19:30:07 -04:00
mixed_line_ending.py py39+ 2024-10-11 19:30:07 -04:00
no_commit_to_branch.py py39+ 2024-10-11 19:30:07 -04:00
pretty_format_json.py py39+ 2024-10-11 19:30:07 -04:00
removed.py py39+ 2024-10-11 19:30:07 -04:00
requirements_txt_fixer.py py39+ 2024-10-11 19:30:07 -04:00
sort_simple_yaml.py py39+ 2024-10-11 19:30:07 -04:00
string_fixer.py py39+ 2024-10-11 19:30:07 -04:00
tests_should_end_in_test.py py39+ 2024-10-11 19:30:07 -04:00
trailing_whitespace_fixer.py py39+ 2024-10-11 19:30:07 -04:00
util.py drop python3.6 support 2022-01-15 19:24:05 -05:00