mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Warn on cygwin python/git mismatch. Resolves #354
This commit is contained in:
parent
d17daf7fd1
commit
526abd9251
2 changed files with 25 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ def main(argv=None):
|
|||
|
||||
with error_handler():
|
||||
add_logging_handler(args.color)
|
||||
git.check_for_cygwin_mismatch()
|
||||
runner = Runner.create()
|
||||
|
||||
if args.command == 'install':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue