mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Appease autopep8
This commit is contained in:
parent
9640999fb0
commit
3fbe4f5a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def install_environment(repo_cmd_runner, version, additional_dependencies):
|
||||||
repo_cmd_runner, ('git', 'clone', '.', repo_src_dir),
|
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, _ = cmd_output('cygpath', '-w', directory)
|
||||||
gopath = gopath.strip()
|
gopath = gopath.strip()
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue