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 Python version used by pip to run such commands as pip install -e . defaults to the system Python, which may be outside our desired range of 3.11-3.12. uv can manage the python version when creating the virtual environment, but the linter highlights imports in the test files.