Submitter | phabricator |
---|---|
Date | April 5, 2021, 5:15 p.m. |
Message ID | <differential-rev-PHID-DREV-wpxgvvrltpvygqa4kxxq-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48627/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/examples/fix.hgrc b/contrib/examples/fix.hgrc --- a/contrib/examples/fix.hgrc +++ b/contrib/examples/fix.hgrc @@ -5,7 +5,7 @@ rustfmt:command = rustfmt +nightly rustfmt:pattern = set:"**.rs" - "mercurial/thirdparty/**" -black:command = black +black:command = black --config=pyproject.toml - black:pattern = set:**.py - mercurial/thirdparty/** # Mercurial doesn't have any Go code, but if we did this is how we