Skip to content

Commit 56c17af

Browse files
[pre-commit.ci] pre-commit autoupdate (#479)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.9](astral-sh/ruff-pre-commit@v0.11.8...v0.11.9) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6ee0753 commit 56c17af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.11.8"
26+
rev: "v0.11.9"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff

src/pipdeptree/_detect_env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def detect_poetry_env_interpreter() -> Path | None:
7272
# active interpreter.
7373
# See https://python-poetry.org/docs/managing-environments/#displaying-the-environment-information.
7474
try:
75-
result = subprocess.run( # noqa: S603
75+
result = subprocess.run(
7676
("poetry", "env", "info", "--executable"),
7777
check=True,
7878
text=True,

0 commit comments

Comments
 (0)