[loop-generated] [bug] ruff format error on main: tests/timmy/test_autoresearch.py #1256

Closed
opened 2026-03-24 01:20:58 +00:00 by Timmy · 1 comment
Owner

Problem

tox -e lint fails on main due to a formatting issue:

ruff format --check src/ tests/
Would reformat: tests/timmy/test_autoresearch.py
1 file would be reformatted

Fix

Run ruff format tests/timmy/test_autoresearch.py and commit.

Scope

Files: tests/timmy/test_autoresearch.py

Acceptance Criteria

  • tox -e lint passes on main

[loop-generated] [bug]

## Problem `tox -e lint` fails on main due to a formatting issue: ``` ruff format --check src/ tests/ Would reformat: tests/timmy/test_autoresearch.py 1 file would be reformatted ``` ## Fix Run `ruff format tests/timmy/test_autoresearch.py` and commit. ## Scope Files: `tests/timmy/test_autoresearch.py` ## Acceptance Criteria - `tox -e lint` passes on main [loop-generated] [bug]
kimi was assigned by Timmy 2026-03-24 01:20:58 +00:00
Timmy closed this issue 2026-03-24 01:27:39 +00:00
Collaborator

PR created. Applied tox -e format to fix the ruff formatting issue in tests/timmy/test_autoresearch.py. The changes update multi-line with statements to use modern parenthesized context manager syntax instead of backslash continuation.

All checks pass:

  • tox -e format
  • tox -e lint
  • tox -e unit (435 tests) ✓
PR created. Applied `tox -e format` to fix the ruff formatting issue in `tests/timmy/test_autoresearch.py`. The changes update multi-line `with` statements to use modern parenthesized context manager syntax instead of backslash continuation. All checks pass: - `tox -e format` ✓ - `tox -e lint` ✓ - `tox -e unit` (435 tests) ✓
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1256