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