mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
replaced str concat with .write_line(); replaced \t with spaces; removed trailing space in logs
This commit is contained in:
parent
e0155fbd66
commit
cb164ef629
2 changed files with 26 additions and 16 deletions
|
|
@ -115,7 +115,7 @@ def test_log_and_exit(cap_out, mock_store_dir):
|
|||
r'^### version information\n'
|
||||
r'```\n'
|
||||
r'pre-commit.version: \d+\.\d+\.\d+\n'
|
||||
r'sys.version: (.*\n)*'
|
||||
r'sys.version:\n( .*\n)*'
|
||||
r'sys.executable: .*\n'
|
||||
r'os.name: .*\n'
|
||||
r'sys.platform: .*\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue