Show More
@@ -1,3 +1,5 b'' | |||||
1 | [tool.black] |
|
1 | [tool.black] | |
2 | line-length = 80 |
|
2 | line-length = 80 | |
3 | exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/' |
|
3 | exclude = 'build/|wheelhouse/|dist/|packages/|\.hg/|\.mypy_cache/|\.venv/|mercurial/thirdparty/|hgext/fsmonitor/pywatchman/|contrib/python-zstandard/' | |
|
4 | skip-string-normalization = true | |||
|
5 | quiet = true |
@@ -11,5 +11,5 b' rustfmt:pattern = set:**.rs' | |||||
11 | # git+https://github.com/python/black/@d9e71a75ccfefa3d9156a64c03313a0d4ad981e5 |
|
11 | # git+https://github.com/python/black/@d9e71a75ccfefa3d9156a64c03313a0d4ad981e5 | |
12 | # to have the dependencies for grey. |
|
12 | # to have the dependencies for grey. | |
13 | # |
|
13 | # | |
14 |
# black:command = python3.7 contrib/grey.py -- |
|
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/**" |
General Comments 0
You need to be logged in to leave comments.
Login now