mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
8 lines
196 B
INI
8 lines
196 B
INI
[metadata]
|
|
license_files = LICENSE, LICENSE.dual, LICENSE.lesser
|
|
|
|
[flake8]
|
|
max-line-length = 99
|
|
ignore = W503, W605
|
|
extend-ignore = E203, E704
|
|
exclude = setup.py, setup_raw.py docs/source/conf.py
|