##// END OF EJS Templates
black: also ignore grey.py...
Augie Fackler -
r43499:8343070e default
parent child Browse files
Show More
@@ -11,6 +11,7 b' build/'
11 | mercurial/thirdparty/
11 | mercurial/thirdparty/
12 | hgext/fsmonitor/pywatchman/
12 | hgext/fsmonitor/pywatchman/
13 | contrib/python-zstandard/
13 | contrib/python-zstandard/
14 | contrib/grey.py
14 '''
15 '''
15 skip-string-normalization = true
16 skip-string-normalization = true
16 quiet = true
17 quiet = true
@@ -12,4 +12,4 b' rustfmt:pattern = set:**.rs'
12 # to have the dependencies for grey.
12 # to have the dependencies for grey.
13 #
13 #
14 # black:command = python3.7 contrib/grey.py --config=black.toml -
14 # black:command = python3.7 contrib/grey.py --config=black.toml -
15 # black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"
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