mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
To comply with shellcheck
This commit is contained in:
parent
44687a3cda
commit
7dcad7e5c7
2 changed files with 3 additions and 3 deletions
|
|
@ -257,8 +257,8 @@ def test_environment_not_sourced(tempdir_factory, store):
|
|||
)
|
||||
assert ret == 1
|
||||
assert out == (
|
||||
'`pre-commit` not found. '
|
||||
'Did you forget to activate your virtualenv?\n'
|
||||
"'pre-commit' not found. "
|
||||
"Did you forget to activate your virtualenv?\n"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue