mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
f31787a8ef
* Add pyupgrade to pre-commit * update test_chat
16 lines
273 B
Text
16 lines
273 B
Text
pre-commit
|
|
# Make sure that the versions specified here match the pre-commit settings
|
|
black==20.8b1
|
|
flake8==3.8.4
|
|
pylint==2.6.0
|
|
mypy==0.790
|
|
pyupgrade==2.7.4
|
|
|
|
pytest==4.2.0
|
|
# Need older attrs version for pytest 4.2.0
|
|
attrs==19.1.0
|
|
|
|
flaky
|
|
beautifulsoup4
|
|
pytest-timeout
|
|
wheel
|