mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
Appease autopep8
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user