(*opts: str)
| 38 | envdir = lang_base.environment_dir(prefix, ENVIRONMENT_DIR, version) |
| 39 | |
| 40 | def _install(*opts: str) -> None: |
| 41 | assert cs is not None |
| 42 | lang_base.setup_cmd(prefix, (cs, 'fetch', *opts)) |
| 43 | lang_base.setup_cmd(prefix, (cs, 'install', '--dir', envdir, *opts)) |
| 44 | |
| 45 | with in_env(prefix, version): |
| 46 | channel = prefix.path('.pre-commit-channel') |
no outgoing calls
no test coverage detected