mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Revert "Change cmd_output_bs retcode arg to a boolean check"
This commit is contained in:
parent
0827de1864
commit
19710cd956
17 changed files with 37 additions and 33 deletions
|
|
@ -135,7 +135,7 @@ def test_init_templatedir_skip_on_missing_config(
|
|||
retcode, output = git_commit(
|
||||
fn=cmd_output_mocked_pre_commit_home,
|
||||
tempdir_factory=tempdir_factory,
|
||||
check=False,
|
||||
retcode=None,
|
||||
)
|
||||
|
||||
assert retcode == commit_retcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue