We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e465129 commit 92f9808Copy full SHA for 92f9808
1 file changed
pre_commit/languages/node.py
@@ -17,8 +17,8 @@
17
healthy = helpers.basic_healthy
18
19
20
-def get_env_patch(venv): # pragma: windows no cover
21
- if sys.platform == 'cygwin': # pragma: no cover
+def get_env_patch(venv): # pragma: windows no cover
+ if sys.platform == 'cygwin': # pragma: no cover
22
_, win_venv, _ = cmd_output('cygpath', '-w', venv)
23
install_prefix = r'{}\bin'.format(win_venv.strip())
24
else:
0 commit comments