mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
pre-commit gc
This commit is contained in:
parent
d7f5c6f979
commit
9e34e6e316
12 changed files with 412 additions and 116 deletions
|
|
@ -32,7 +32,6 @@ def _log_and_exit(msg, exc, formatted):
|
|||
))
|
||||
output.write(error_msg)
|
||||
store = Store()
|
||||
store.require_created()
|
||||
log_path = os.path.join(store.directory, 'pre-commit.log')
|
||||
output.write_line('Check the log at {}'.format(log_path))
|
||||
with open(log_path, 'wb') as log:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue