Skip to content

Commit 0cb0cac

Browse files
chore: auto fixes from pre-commit.com hooks
1 parent 6ae7667 commit 0cb0cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansible_dev_environment/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def subprocess_run( # noqa: PLR0913
141141
check=True,
142142
cwd=cwd,
143143
env=env,
144-
shell=True, # noqa: S604
144+
shell=True,
145145
text=True,
146146
)
147147
with Spinner(message=msg, term_features=output.term_features):
@@ -150,7 +150,7 @@ def subprocess_run( # noqa: PLR0913
150150
check=True,
151151
cwd=cwd,
152152
env=env,
153-
shell=True, # noqa: S602
153+
shell=True,
154154
capture_output=True,
155155
text=True,
156156
)

0 commit comments

Comments
 (0)