This is an archive of the discontinued Mercurial Phabricator instance.

typing: fix a suppression directive that was mangled by black formatting
ClosedPublic

Authored by mharbison72 on Mar 12 2021, 1:08 PM.

Details

Summary

It looks like black is moving comments needed by pytype out of position, and
causing some things that should be disabled to be enforced anyway.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

mharbison72 created this revision.Mar 12 2021, 1:08 PM

FTR, this stack was built up on default, on top of D7296, D7384, and D7295, as well as a list of exclusions that I added as each run failed. But these seem good for stable, and I didn't want to hold it up to land that stuff.

pulkit accepted this revision.Mar 12 2021, 1:12 PM
This revision is now accepted and ready to land.Mar 12 2021, 1:12 PM