aiogram/pyproject.toml
2019-06-29 19:53:18 +03:00

17 lines
No EOL
188 B
TOML

[tool.black]
line-length = 99
target-version = ['py37', 'py38']
exclude = '''
(
/(
\.eggs
| \.git
| \.tox
| build
| dist
| venv
| docs
)/
| foo.py
)
'''