We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae7667 commit 0cb0cacCopy full SHA for 0cb0cac
src/ansible_dev_environment/utils.py
@@ -141,7 +141,7 @@ def subprocess_run( # noqa: PLR0913
141
check=True,
142
cwd=cwd,
143
env=env,
144
- shell=True, # noqa: S604
+ shell=True,
145
text=True,
146
)
147
with Spinner(message=msg, term_features=output.term_features):
@@ -150,7 +150,7 @@ def subprocess_run( # noqa: PLR0913
150
151
152
153
- shell=True, # noqa: S602
154
capture_output=True,
155
156
0 commit comments