python-telegram-bot/pyproject.toml

6 lines
162 B
TOML
Raw Normal View History

[tool.black]
line-length = 99
target-version = ['py36']
include = '(telegram|examples|tests)/.*\.py$'
exclude = 'telegram/vendor'
skip-string-normalization = true