From eafc10e82af9eea42d0c0bc540f4ca50d4db0c99 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 21:39:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tljh/conda.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tljh/conda.py b/tljh/conda.py index c39dc32..6b958ef 100644 --- a/tljh/conda.py +++ b/tljh/conda.py @@ -98,7 +98,9 @@ def install_miniconda(installer_path, prefix): fix_permissions(prefix) -def ensure_conda_packages(prefix, packages, channels=('conda-forge',), force_reinstall=False): +def ensure_conda_packages( + prefix, packages, channels=("conda-forge",), force_reinstall=False +): """ Ensure packages (from channels) are installed in the conda prefix.