aiogram/pyproject.toml

17 lines
188 B
TOML
Raw Normal View History

2019-06-29 19:53:18 +03:00
[tool.black]
line-length = 99
target-version = ['py37', 'py38']
exclude = '''
(
/(
\.eggs
| \.git
| \.tox
| build
| dist
| venv
| docs
)/
| foo.py
)
'''