mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| check_added_large_files.py | ||
| check_ast.py | ||
| check_builtin_literals.py | ||
| check_byte_order_marker.py | ||
| check_case_conflict.py | ||
| check_docstring_first.py | ||
| check_executables_have_shebangs.py | ||
| check_json.py | ||
| check_merge_conflict.py | ||
| check_shebang_scripts_are_executable.py | ||
| check_symlinks.py | ||
| check_toml.py | ||
| check_vcs_permalinks.py | ||
| check_xml.py | ||
| check_yaml.py | ||
| debug_statement_hook.py | ||
| destroyed_symlinks.py | ||
| detect_aws_credentials.py | ||
| detect_private_key.py | ||
| end_of_file_fixer.py | ||
| file_contents_sorter.py | ||
| fix_byte_order_marker.py | ||
| fix_encoding_pragma.py | ||
| forbid_new_submodules.py | ||
| mixed_line_ending.py | ||
| no_commit_to_branch.py | ||
| pretty_format_json.py | ||
| removed.py | ||
| requirements_txt_fixer.py | ||
| sort_simple_yaml.py | ||
| string_fixer.py | ||
| tests_should_end_in_test.py | ||
| trailing_whitespace_fixer.py | ||
| util.py | ||