##// END OF EJS Templates
contrib: fix up example fix configuration for our move to released black
Augie Fackler -
r43668:cb0d8083 stable
parent child Browse files
Show More
@@ -5,11 +5,5 b' clang-format:pattern = (**.c or **.cc or'
5 rustfmt:command = rustfmt {rootpath}
5 rustfmt:command = rustfmt {rootpath}
6 rustfmt:pattern = set:**.rs
6 rustfmt:pattern = set:**.rs
7
7
8 # We use black, but currently with
8 black:command = black --config=black.toml -
9 # https://github.com/psf/black/pull/826 applied. For now
9 black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"
10 # contrib/grey.py is our fork of black. You need to pip install
11 # git+https://github.com/python/black/@d9e71a75ccfefa3d9156a64c03313a0d4ad981e5
12 # to have the dependencies for grey.
13 #
14 # black:command = python3.7 contrib/grey.py --config=black.toml -
15 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/** - contrib/grey.py"
General Comments 0
You need to be logged in to leave comments. Login now