[0ad989]: / pyproject.toml

Download this file

28 lines (26 with data), 317 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[build-system]
requires = ['setuptools>=45', 'wheel']
build-backend = 'setuptools.build_meta'
[tool.black]
# include = '\.pyi?$'
include = '''
/(
\.py
| \.pt
)/
'''
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.nox
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''