Show More
@@ -1,18 +1,17 | |||
|
1 | 1 | [build-system] |
|
2 | 2 | requires = ["setuptools", "wheel"] |
|
3 | build-backend = "setuptools.build_meta" | |
|
4 | 3 | |
|
5 | 4 | [tool.black] |
|
6 | 5 | line-length = 80 |
|
7 | 6 | exclude = ''' |
|
8 | 7 | build/ |
|
9 | 8 | | wheelhouse/ |
|
10 | 9 | | dist/ |
|
11 | 10 | | packages/ |
|
12 | 11 | | \.hg/ |
|
13 | 12 | | \.mypy_cache/ |
|
14 | 13 | | \.venv/ |
|
15 | 14 | | mercurial/thirdparty/ |
|
16 | 15 | ''' |
|
17 | 16 | skip-string-normalization = true |
|
18 | 17 | quiet = true |
General Comments 0
You need to be logged in to leave comments.
Login now