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
|
|
@ -68,7 +68,7 @@ def _make_conflict():
|
|||
bar_only_file.write('bar')
|
||||
cmd_output('git', 'add', 'bar_only_file')
|
||||
git_commit(msg=_make_conflict.__name__)
|
||||
cmd_output('git', 'merge', 'foo', check=False)
|
||||
cmd_output('git', 'merge', 'foo', retcode=None)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue