mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
add git version to error output
This commit is contained in:
parent
12b482345b
commit
c05f58b776
2 changed files with 6 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ def test_log_and_exit(cap_out, mock_store_dir):
|
|||
r'\n'
|
||||
r'```\n'
|
||||
r'pre-commit version: \d+\.\d+\.\d+\n'
|
||||
r'git --version: git version .+\n'
|
||||
r'sys.version:\n'
|
||||
r'( .*\n)*'
|
||||
r'sys.executable: .*\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue