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