Skip to content

Fix ruff E501 in agent/demo.py (CI lint failure)#19

Merged
iCodePoet merged 1 commit into
mainfrom
fix/ci-lint
Jun 30, 2026
Merged

Fix ruff E501 in agent/demo.py (CI lint failure)#19
iCodePoet merged 1 commit into
mainfrom
fix/ci-lint

Conversation

@iCodePoet

Copy link
Copy Markdown
Contributor

The agent/demo.py module docstring had a 101-char line that tripped ruff E501 and failed CI on #18. Reworded to keep every line ≤ 100. ruff check . now passes; 219 tests + mypy green.

The module docstring had a 101-char line; ruff E501 failed CI (#18). Reworded to keep every line
<= 100. (Local check had suppressed ruff output, so the failure was missed before merge.)
@iCodePoet iCodePoet merged commit 3da119c into main Jun 30, 2026
2 checks passed
@iCodePoet iCodePoet deleted the fix/ci-lint branch June 30, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant