Show More
@@ -9,7 +9,6 b' build/' | |||
|
9 | 9 | | \.mypy_cache/ |
|
10 | 10 | | \.venv/ |
|
11 | 11 | | mercurial/thirdparty/ |
|
12 | | hgext/fsmonitor/pywatchman/ | |
|
13 | 12 | | contrib/python-zstandard/ |
|
14 | 13 | ''' |
|
15 | 14 | skip-string-normalization = true |
@@ -6,4 +6,4 b' rustfmt:command = rustfmt {rootpath}' | |||
|
6 | 6 | rustfmt:pattern = set:**.rs |
|
7 | 7 | |
|
8 | 8 | black:command = black --config=black.toml - |
|
9 |
black:pattern = set:**.py - |
|
|
9 | black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**" |
@@ -1,5 +1,5 b'' | |||
|
1 | 1 | #require black |
|
2 | 2 | |
|
3 | 3 | $ cd $RUNTESTDIR/.. |
|
4 |
$ black --config=black.toml --check --diff `hg files 'set:**.py - |
|
|
4 | $ black --config=black.toml --check --diff `hg files 'set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"'` | |
|
5 | 5 |
General Comments 0
You need to be logged in to leave comments.
Login now