We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2a899 commit be66125Copy full SHA for be66125
src/pipdeptree/_detect_env.py
@@ -72,7 +72,7 @@ def detect_poetry_env_interpreter() -> Path | None:
72
# active interpreter.
73
# See https://python-poetry.org/docs/managing-environments/#displaying-the-environment-information.
74
try:
75
- result = subprocess.run( # noqa: S603
+ result = subprocess.run(
76
("poetry", "env", "info", "--executable"),
77
check=True,
78
text=True,
0 commit comments