[build-system]
requires = [
"setuptools >= 43",
"wheel",
]
[tool.black]
line-length = 80
target_version = ["py37"]
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.eggs
| \.mypy_cache
| \.tox
| venv
| _build
| buck-out
| build
| dist
| bpython/test/fodder
| doc
)/
'''