This is an archive of the discontinued Mercurial Phabricator instance.

black: rename pyproject.toml to black.toml
ClosedPublic

Authored by durin42 on Oct 14 2019, 1:01 PM.

Details

Summary

Black won't read this automatically (you'll have to specify --config),
but having a pyproject.toml *at all* puts pip in PEP 517/518 mode
which breaks us for obscure reasons I don't understand. Rather than
waste a ton of time fighting with pip, let's just do this.

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

durin42 created this revision.Oct 14 2019, 1:01 PM
indygreg accepted this revision.Oct 14 2019, 10:58 PM
This revision is now accepted and ready to land.Oct 14 2019, 10:58 PM
This revision was automatically updated to reflect the committed changes.