equal
deleted
inserted
replaced
1 [tool.black] |
|
2 line-length = 80 |
|
3 exclude = ''' |
|
4 build/ |
|
5 | wheelhouse/ |
|
6 | dist/ |
|
7 | packages/ |
|
8 | \.hg/ |
|
9 | \.mypy_cache/ |
|
10 | \.venv/ |
|
11 | mercurial/thirdparty/ |
|
12 ''' |
|
13 skip-string-normalization = true |
|
14 quiet = true |
|