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
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Summary
In the packages contained in this repo, we have
pyproject.toml's defined with entries like:This tells
mypyto ignore such imports in the checks, and it typically arises as the packages are missing apy.typedfile.By adding
py.typedfiles to these packages, we should be able to remove these entries from the ignore list.Tasks
py.typedfile:pyproject.tomlfilespoetry run -- nox -s lint:typingsucceeds, as expected, for each