mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Remove _check_filenames in mixed_line_ending.py
This commit is contained in:
parent
4d3d8e1831
commit
f9915cbbe2
2 changed files with 0 additions and 14 deletions
|
|
@ -152,8 +152,3 @@ def test_mixed_line_ending_fix_force_crlf(
|
|||
|
||||
assert ret == expected_retval
|
||||
assert path.read_binary() == output
|
||||
|
||||
|
||||
def test_check_filenames():
|
||||
with pytest.raises(IOError):
|
||||
mixed_line_ending(['/dev/null'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue