pyo3/pyproject.toml

18 lines
276 B
TOML
Raw Normal View History

2019-09-05 23:16:09 +00:00
[tool.black]
target_version = ['py35']
include = '\.pyi?$'
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.mypy_cache
| \.tox
| \.venv
| venv
| target
| dist
)/
)
'''