mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +00:00
Do a straight test of detecting a real merge conflict as generated by git. Test artificial conflict detection while pending merge without a real conflict. Test artificial non-conflict non-detection in a resolved merge conflict. Rename test_does_not_care... function to reflect what we want to care about. Rename is_in_merge_conflict to is_in_merge since that is what it checks. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| autopep8_wrapper.py | ||
| check_added_large_files.py | ||
| check_case_conflict.py | ||
| check_docstring_first.py | ||
| check_json.py | ||
| check_merge_conflict.py | ||
| check_xml.py | ||
| check_yaml.py | ||
| debug_statement_hook.py | ||
| detect_private_key.py | ||
| end_of_file_fixer.py | ||
| requirements_txt_fixer.py | ||
| string_fixer.py | ||
| tests_should_end_in_test.py | ||
| trailing_whitespace_fixer.py | ||
| util.py | ||