592ff464c5
Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Quentin POLLET <polletquentin74@me.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
21 lines
271 B
TOML
21 lines
271 B
TOML
[tool.black]
|
|
line-length = 88
|
|
target-version = ["py36", "py37", "py38", "py39", "py310"]
|
|
exclude = '''
|
|
|
|
(
|
|
/(
|
|
\.eggs
|
|
| \.git
|
|
| \.hg
|
|
| \.mypy_cache
|
|
| \.tox
|
|
| \.venv
|
|
| _build
|
|
| buck-out
|
|
| build
|
|
| dist
|
|
)/
|
|
| exceptions.py
|
|
)
|
|
'''
|