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:
dependabot[bot] 2022-05-15 22:23:04 +02:00 committed by GitHub
parent 3013870c1f
commit 298c5fab3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/PyCQA/pylint - repo: https://github.com/PyCQA/pylint
rev: v2.13.8 rev: v2.13.9
hooks: hooks:
- id: pylint - id: pylint
files: ^(telegram|examples)/.*\.py$ files: ^(telegram|examples)/.*\.py$

View file

@ -5,7 +5,7 @@ pre-commit
# Make sure that the versions specified here match the pre-commit settings! # Make sure that the versions specified here match the pre-commit settings!
black==22.3.0 black==22.3.0
flake8==4.0.1 flake8==4.0.1
pylint==2.13.8 pylint==2.13.9
mypy==0.950 mypy==0.950
pyupgrade==2.32.1 pyupgrade==2.32.1
isort==5.10.1 isort==5.10.1