Skip to content

Commit

Permalink
Merge pull request #64 from pyiron/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jan-janssen authored Jan 14, 2025
2 parents 373f101 + a0747cb commit fb38df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion conda_subprocess/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb38df8

Please sign in to comment.