Skip to content

Commit

Permalink
run stew ci :D
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Oct 17, 2024
1 parent fd0278a commit 8946824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coveo_stew/stew.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,9 @@ def install(
target_environment.installed = True
target_environment.cleaned |= sync

def _generate_poetry_install_command(self, sync_target_environment: Optional[PythonEnvironment] = None, quiet: bool = False) -> List[str]:
def _generate_poetry_install_command(
self, sync_target_environment: Optional[PythonEnvironment] = None, quiet: bool = False
) -> List[str]:
command: List[str] = ["install"]
if sync_target_environment:
command.append(get_verb("--sync", sync_target_environment))
Expand Down

0 comments on commit 8946824

Please sign in to comment.