You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- replace remaining Optional/Union patterns with PEP 604 unions aligned to the new baseline
- guard typing_extensions imports under TYPE_CHECKING while dropping obsolete version branches
- add explicit strict=False to zip-based format parsing to satisfy Ruff B905
uv run ruff check . --fix --show-fixes
uv run ruff format .
uv run mypy
uv run py.test
0 commit comments