This is an archive of the discontinued LLVM Phabricator instance.

Automatically install mypy stubs
ClosedPublic

Authored by thopre on Jun 23 2021, 3:43 AM.

Details

Summary

New mypy version 0.911 adds a --non-interactive option allowing us to
install mypy stubs automatically and non interactively with
--install-types --non-interactive.

Diff Detail

Repository
rLNT LNT

Event Timeline

thopre requested review of this revision.Jun 23 2021, 3:43 AM
thopre created this revision.
PrzemekWirkus accepted this revision.Jun 23 2021, 5:00 AM

LGTM

Please wait 24h before commit so others can comment as well.

This revision is now accepted and ready to land.Jun 23 2021, 5:00 AM
This revision was automatically updated to reflect the committed changes.