[Updated] D10311: contrib: restore the `hg fix` configuration in the examples
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Sun Apr 11 23:23:49 UTC 2021
Closed by commit rHG3d32b9759047: contrib: restore the `hg fix` configuration in the examples (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10311?vs=26658&id=26805
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10311/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10311
AFFECTED FILES
contrib/examples/fix.hgrc
CHANGE DETAILS
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
To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210411/9933225d/attachment-0002.html>
More information about the Mercurial-patches
mailing list