From 3fbe4f5a6ff5a4991ca9bfe0d42da14e1c6cd3dd Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 29 Jul 2017 16:20:45 -0400 Subject: [PATCH] Appease autopep8 --- pre_commit/languages/golang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre_commit/languages/golang.py b/pre_commit/languages/golang.py index 4493d616..87687234 100644 --- a/pre_commit/languages/golang.py +++ b/pre_commit/languages/golang.py @@ -62,7 +62,7 @@ def install_environment(repo_cmd_runner, version, additional_dependencies): repo_cmd_runner, ('git', 'clone', '.', repo_src_dir), ) - if sys.platform == 'cygwin': # pragma: no cover + if sys.platform == 'cygwin': # pragma: no cover _, gopath, _ = cmd_output('cygpath', '-w', directory) gopath = gopath.strip() else: