mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Trailing whitespace too
Github editor is a fickle beast
This commit is contained in:
parent
e2ee95d9b2
commit
1a3d296d87
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def test_migrate_config_sha_to_rev(tmpdir):
|
||||||
' hooks: []\n'
|
' hooks: []\n'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('contents', ('', '\n'))
|
@pytest.mark.parametrize('contents', ('', '\n'))
|
||||||
def test_empty_configuration_file_user_error(tmpdir, contents):
|
def test_empty_configuration_file_user_error(tmpdir, contents):
|
||||||
cfg = tmpdir.join(C.CONFIG_FILE)
|
cfg = tmpdir.join(C.CONFIG_FILE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue