mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
c23eb8ec08
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
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
|