Skip to content

Commit be66125

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eb2a899 commit be66125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)