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 3, 2024
1 parent 1cd6402 commit 3a665e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda_forge_tick/auto_tick.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,9 @@ def _run_migrator_on_feedstock_branch(
logger.exception("NON GITHUB ERROR")

# we don't set bad for rerendering errors
if "conda smithy rerender -c auto --no-check-uptodate" not in str(e) and "Failed to rerender" not in str(e):
if "conda smithy rerender -c auto --no-check-uptodate" not in str(

Check warning on line 673 in conda_forge_tick/auto_tick.py

View check run for this annotation

Codecov / codecov/patch

conda_forge_tick/auto_tick.py#L673

Added line #L673 was not covered by tests
e
) and "Failed to rerender" not in str(e):
with attrs["pr_info"] as pri:
pri["bad"] = {
"exception": str(e),
Expand Down

0 comments on commit 3a665e4

Please sign in to comment.