mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 04:50:20 -06:00
Check bytes for Python 3.
This commit is contained in:
@@ -792,4 +792,4 @@ def test_args_hook_only(cap_out, store, repo_with_passing_hook):
|
||||
repo_with_passing_hook,
|
||||
run_opts(hook='do_not_commit'),
|
||||
)
|
||||
assert 'flake8' not in printed
|
||||
assert b'flake8' not in printed
|
||||
|
||||
Reference in New Issue
Block a user