mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
92b9370c23
* Make pre-commit more strict * Get pylint to read setup.cfg * Make pylint & mypy happy aka ignore all the things * use LogRecord.getMessage() in tests * Make noam happy * Update both pylint & mypy while we're at it * Bring reqs-dev and makefile up to speed * try making pre-commit happy * fix jobqueue tests on the fly
15 lines
256 B
Text
15 lines
256 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
|
|
|
|
pytest==4.2.0
|
|
# Need older attrs version for pytest 4.2.0
|
|
attrs==19.1.0
|
|
|
|
flaky
|
|
beautifulsoup4
|
|
pytest-timeout
|
|
wheel
|