fix(dev/ci): pre-commit fixes galore (#32352)

This commit is contained in:
Evan Rusackas
2025-02-24 11:26:45 -07:00
committed by GitHub
parent c583eec4c7
commit 90651dfe3e
91 changed files with 3435 additions and 2142 deletions

View File

@@ -157,7 +157,7 @@ def test_execute_task(update_state_mock, command_mock, init_mock, owners):
report_schedule = insert_report_schedule(
type=ReportScheduleType.ALERT,
name=f"report-{randint(0,1000)}", # noqa: S311
name=f"report-{randint(0, 1000)}", # noqa: S311
crontab="0 4 * * *",
timezone="America/New_York",
owners=owners,
@@ -184,7 +184,7 @@ def test_execute_task_with_command_exception(
report_schedule = insert_report_schedule(
type=ReportScheduleType.ALERT,
name=f"report-{randint(0,1000)}", # noqa: S311
name=f"report-{randint(0, 1000)}", # noqa: S311
crontab="0 4 * * *",
timezone="America/New_York",
owners=owners,