Skip to content
Snippets Groups Projects
Commit 31c1a5376745 authored by Augie Fackler's avatar Augie Fackler
Browse files

examples: include a sample of how to use black with fix

It's commented out for now since my patch hasn't landed, but we can
uncomment it when that lands.

Differential Revision: https://phab.mercurial-scm.org/D6974
parent 929678eb4cbd
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,7 @@
rustfmt:command = rustfmt {rootpath}
rustfmt:pattern = set:**.rs
# We use black, but currently with https://github.com/psf/black/pull/826 applied.
# black:command = black --skip-string-normalization
# black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment