python-telegram-bot/pyproject.toml
2022-05-06 18:22:35 +02:00

7 lines
146 B
TOML

[tool.black]
line-length = 99
target-version = ['py37', 'py38', 'py39', 'py310']
[tool.isort] # black config
profile = "black"
line_length = 99