2020-03-24 14:54:43 +01:00
|
|
|
[tool.black]
|
|
|
|
line-length = 88
|
2022-02-16 20:00:29 +01:00
|
|
|
target-version = ["py36", "py37", "py38", "py39", "py310"]
|
2020-03-24 14:54:43 +01:00
|
|
|
exclude = '''
|
|
|
|
|
|
|
|
(
|
|
|
|
/(
|
|
|
|
\.eggs
|
|
|
|
| \.git
|
|
|
|
| \.hg
|
|
|
|
| \.mypy_cache
|
|
|
|
| \.tox
|
|
|
|
| \.venv
|
|
|
|
| _build
|
|
|
|
| buck-out
|
|
|
|
| build
|
|
|
|
| dist
|
|
|
|
)/
|
|
|
|
| exceptions.py
|
|
|
|
)
|
2022-02-14 23:41:53 +01:00
|
|
|
'''
|