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
style: apply ruff auto-fixes for py310 target version
Ruff UP rules now flag old-style typing (Optional[X] -> X | None, Union -> |,
typing.List -> list, typing.Tuple -> tuple, etc.) since target-version is py310.
Also fix import sorting and zip() strict parameter warnings.
Migrate tests/pyproject.toml ruff config to [tool.ruff.lint] section.
0 commit comments