Skip to content

fix: resolve all ruff lint errors#7

Open
abrichr wants to merge 3 commits intomainfrom
fix/lint-errors
Open

fix: resolve all ruff lint errors#7
abrichr wants to merge 3 commits intomainfrom
fix/lint-errors

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Feb 6, 2026

Summary

  • Remove unused variable assignments (share.py, browser_bridge.py, windows.py, test_highlevel.py)
  • Add noqa comment for Quartz import needed by ApplicationServices (darwin.py)
  • Remove unused TYPE_CHECKING import (storage/init.py)
  • Add proper TYPE_CHECKING import for CaptureStats annotation (generate_real_capture_plot.py)
  • Auto-fix import sorting across multiple files

Test plan

  • uv run ruff check . passes locally
  • CI passes

🤖 Generated with Claude Code

abrichr and others added 3 commits February 6, 2026 18:10
- Remove unused variable assignments (share.py, browser_bridge.py, windows.py, test_highlevel.py)
- Add noqa comment for Quartz import needed by ApplicationServices (darwin.py)
- Remove unused TYPE_CHECKING import (storage/__init__.py)
- Add proper TYPE_CHECKING import for CaptureStats annotation (generate_real_capture_plot.py)
- Auto-fix import sorting across multiple files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Uncomment PyPI badges (package now published as 0.3.0)
- Add "Sharing Recordings" section with Magic Wormhole usage
- Update openadapt-privacy from "Coming soon" to GitHub link
- Add share extra to optional extras table
- Add openadapt-privacy and openadapt-evals to Related Projects

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The detailed training workflow belongs in openadapt-ml's README.
This keeps openadapt-capture focused on its core functionality.
Users can find training info via the Related Projects link.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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