This is an archive of the discontinued Mercurial Phabricator instance.

black: use multiline exclude definition
ClosedPublic

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

Details

Summary

Our excludes list is pretty complicated, so let's give ourselves some
readability. Black treats multiline exclude definitions as verbse
regular expressions, so we can split this up and make it easier to
consume.

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:02 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.