mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
Add cygwin check after initialization. Resolves #437
This commit is contained in:
parent
88f9f76e48
commit
4e0f73bbf3
2 changed files with 15 additions and 1 deletions
|
|
@ -152,8 +152,8 @@ def main(argv=None):
|
|||
|
||||
with error_handler():
|
||||
add_logging_handler(args.color)
|
||||
git.check_for_cygwin_mismatch()
|
||||
runner = Runner.create()
|
||||
git.check_for_cygwin_mismatch()
|
||||
|
||||
if args.command == 'install':
|
||||
return install(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue