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
The minimum Python version is Python 3.8. From `pyproject.toml`:
requires-python = ">=3.8"
However, `ruff.toml` shadows `pyproject.toml`, prompting ruff to use its
default target, which is Python 3.9.
0 commit comments