mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 14:46:29 +01:00
5 lines
107 B
INI
5 lines
107 B
INI
[flake8]
|
|
max-line-length = 99
|
|
ignore = W503, W605
|
|
extend-ignore = E203, E704
|
|
exclude = docs/source/conf.py
|