python-telegram-bot/pyproject.toml
Bibo-Joshi 264b2c9c72
Switch Code Formatting to Black (#2122)
* Swtich code formatting to Black

* Update docs

* Fix tests

* TRy fixing pre-commit
2020-10-09 17:22:07 +02:00

6 lines
No EOL
162 B
TOML

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