addons-cm/pyproject.toml

20 lines
315 B
TOML

[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
include = '\.pyi?$'
extend-exclude = '''
/(
# directories
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| build
| dist
| setup
)/
'''
# isort config lives in .isort.cfg (single source of truth).