bl-imp/pyproject.toml

17 lines
193 B
TOML
Raw Normal View History

2023-01-29 09:50:28 +01:00
[tool.black]
line-length = 120
target-version = ['py37', 'py38']
include = '\.pyi?$'
exclude = '''
/(
| .eggs
| .git
| .mypy_cache
| .tox
| .venv
| _build
| build
| dist
)/
'''