pre-commit autoupdate (#3282)

This commit is contained in:
pre-commit-ci[bot] 2022-10-06 15:26:42 +02:00 committed by GitHub
parent 5b7356d905
commit 870a20e834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/pylint
rev: v2.15.2
rev: v2.15.3
hooks:
- id: pylint
files: ^(telegram|examples)/.*\.py$
@ -38,7 +38,7 @@ repos:
- aiolimiter~=1.0.0
- . # this basically does `pip install -e .`
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.981
hooks:
- id: mypy
name: mypy-ptb
@ -65,7 +65,7 @@ repos:
- cachetools~=5.2.0
- . # this basically does `pip install -e .`
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.2
hooks:
- id: pyupgrade
files: ^(telegram|examples|tests)/.*\.py$