python-telegram-bot/pyproject.toml
2022-09-17 15:08:54 +02:00

7 lines
155 B
TOML

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