Skip to content

Commit

Permalink
Silence ruff S603
Browse files Browse the repository at this point in the history
It's tests and we deal with the error handling diferently.
  • Loading branch information
hynek committed May 6, 2023
1 parent cc3141c commit 1dc9301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

def run(*args, check=True):
process = subprocess.run(
[sys.executable, "-m", *args],
[sys.executable, "-m", *args], # noqa: S603
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
encoding="utf-8",
Expand Down

0 comments on commit 1dc9301

Please sign in to comment.