contrib/examples/fix.hgrc
changeset 46455 5be886200eb6
parent 46382 d4c8b4b90ecb
child 46774 decc3bd3f20d
--- a/contrib/examples/fix.hgrc	Mon Feb 01 17:13:24 2021 -0500
+++ b/contrib/examples/fix.hgrc	Tue Feb 02 15:35:38 2021 +0100
@@ -5,7 +5,7 @@
 rustfmt:command = rustfmt +nightly
 rustfmt:pattern = set:"**.rs" - "mercurial/thirdparty/**"
 
-black:command = black
+black:command = black --config=black.toml -
 black:pattern = set:**.py - mercurial/thirdparty/**
 
 # Mercurial doesn't have any Go code, but if we did this is how we