mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
264b2c9c72
* Swtich code formatting to Black * Update docs * Fix tests * TRy fixing pre-commit
6 lines
No EOL
162 B
TOML
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 |