mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
[skip-ci] WIP
This commit is contained in:
parent
67537e5660
commit
5c70bd4d45
2 changed files with 31 additions and 30 deletions
|
|
@ -88,8 +88,9 @@ def install_environment(
|
|||
cmd_output_b(*cmd)
|
||||
|
||||
with in_env(prefix, version):
|
||||
breakpoint()
|
||||
install = (
|
||||
'bun', 'install', '--no-progress', '--silent', '--no-save',
|
||||
'bun', 'install', '--no-progress', '--silent', *additional_dependencies
|
||||
)
|
||||
lang_base.setup_cmd(prefix, install)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue