2022-12-31 14:48:51 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
2022-10-14 14:53:06 +00:00
|
|
|
[tool.black]
|
|
|
|
include = '\.pyi?$'
|
|
|
|
exclude = '''
|
|
|
|
/(
|
|
|
|
\.git
|
|
|
|
| \.hg
|
|
|
|
| \.mypy_cache
|
|
|
|
| \.tox
|
|
|
|
| \.venv
|
|
|
|
| _build
|
|
|
|
| buck-out
|
|
|
|
| build
|
|
|
|
| dist
|
2022-10-18 12:19:24 +00:00
|
|
|
| venv
|
2022-10-14 14:53:06 +00:00
|
|
|
)/
|
|
|
|
'''
|