mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 00:27:46 +01:00
Bump pylint from 2.13.8 to 2.13.9 (#3032)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
This commit is contained in:
parent
3013870c1f
commit
298c5fab3b
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ repos:
|
|||
hooks:
|
||||
- id: flake8
|
||||
- repo: https://github.com/PyCQA/pylint
|
||||
rev: v2.13.8
|
||||
rev: v2.13.9
|
||||
hooks:
|
||||
- id: pylint
|
||||
files: ^(telegram|examples)/.*\.py$
|
||||
|
|
|
@ -5,7 +5,7 @@ pre-commit
|
|||
# Make sure that the versions specified here match the pre-commit settings!
|
||||
black==22.3.0
|
||||
flake8==4.0.1
|
||||
pylint==2.13.8
|
||||
pylint==2.13.9
|
||||
mypy==0.950
|
||||
pyupgrade==2.32.1
|
||||
isort==5.10.1
|
||||
|
|
Loading…
Reference in a new issue