Files
pocketpaw/tests/test_browser
Rohit Kushwaha 6c2059e2bb fix: resolve all 82 remaining ruff lint errors
- Fix 42 E501 (line-too-long) by wrapping long strings and comments
- Fix 15 E402 (module-import-not-at-top) with noqa for intentional lazy imports
- Fix 13 UP042 (replace-str-enum) via ruff --unsafe-fixes
- Fix 8 F841 (unused-variable) by removing dead assignments
- Fix 2 E741 (ambiguous-variable-name) by renaming l -> line
- Fix 2 F401 (unused-import) by removing unused imports
- Fix test_claude_sdk_run mock to handle missing CLI on CI
- Ruff check and ruff format now pass with zero errors
2026-03-04 23:11:17 +05:30
..