[claude] Fix pre-existing ruff lint errors blocking git hooks (#1247) #1248

Merged
claude merged 1 commits from claude/issue-1247 into main 2026-03-23 23:33:37 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
bb9311704a fix: resolve pre-existing ruff lint errors blocking git hooks
Some checks failed
Tests / lint (pull_request) Successful in 28s
Tests / test (pull_request) Failing after 10m18s
- cascade.py: add TYPE_CHECKING guard for TaskComplexity to fix F821
- _base.py: add noqa: F401 to re-exported agno tool imports (FileTools,
  PythonTools, ShellTools, Toolkit) — these are used by other modules
- test_three_strike.py: rename unused loop var `i` to `_` (B007)
- Run tox -e format to auto-fix I001 import-sort and F401 errors
  across 23 files (isort ordering and unused pytest import)

Fixes #1247
2026-03-23 19:33:08 -04:00