Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 2, 2024
1 parent 34d217b commit 36e3561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mk/pre.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def drafts() -> None:
result = run(
f'gh api repos/{repo}/releases --jq "[.[] | select(.draft)"]',
text=True,
shell=True, # noqa: S602
shell=True,
capture_output=True,
check=True,
)
Expand Down Expand Up @@ -107,7 +107,7 @@ def alerts() -> None:
result = run(
cmd,
text=True,
shell=True, # noqa: S602
shell=True,
capture_output=True,
check=False,
)
Expand Down

0 comments on commit 36e3561

Please sign in to comment.