mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Additional fixes prompted by double-quote-string-fixer.
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
parent
f5af95cc9d
commit
7d7c9c0fde
4 changed files with 19 additions and 19 deletions
|
|
@ -40,7 +40,7 @@ def test_useless_exclude_for_hook(capsys, in_git_dir):
|
|||
out = out.strip()
|
||||
expected = (
|
||||
"The exclude pattern 'foo' for check-useless-excludes "
|
||||
"does not match any files"
|
||||
'does not match any files'
|
||||
)
|
||||
assert expected == out
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ def test_useless_exclude_with_types_filter(capsys, in_git_dir):
|
|||
out = out.strip()
|
||||
expected = (
|
||||
"The exclude pattern '.pre-commit-config.yaml' for "
|
||||
"check-useless-excludes does not match any files"
|
||||
'check-useless-excludes does not match any files'
|
||||
)
|
||||
assert expected == out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue