From 87b3fad58bb605d20a8ef307342045a2f2674237 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:11:47 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53d1960..2b20451 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.1 hooks: - id: ruff name: ruff lint From a0747cb1a852c1943b6b325a65204d374b740933 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:11:55 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- conda_subprocess/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_subprocess/interface.py b/conda_subprocess/interface.py index cfe4b90..6f8aa9e 100644 --- a/conda_subprocess/interface.py +++ b/conda_subprocess/interface.py @@ -142,7 +142,7 @@ def run( if capture_output: if kwargs.get("stdout") is not None or kwargs.get("stderr") is not None: raise ValueError( - "stdout and stderr arguments may not be used " "with capture_output." + "stdout and stderr arguments may not be used with capture_output." ) kwargs["stdout"] = PIPE kwargs["stderr"] = PIPE