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
By default precommit hooks send only staged files to the hook. But mypy
needs all files, otherwise it's not making an informed decision.
See python/mypy#13916.
0 commit comments