Skip to content

Commit

Permalink
and skip the ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
derekk-nm committed Sep 26, 2024
1 parent fee3dad commit 7206617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
testmo_command = ["npx", "testmo", "automation:resources:add-field"]

# run the command and raise any exceptions
result = subprocess.run(
result = subprocess.run( # noqa: S602
testmo_command + testmo_args,
capture_output=True,
check=True,
Expand Down

0 comments on commit 7206617

Please sign in to comment.