mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Bump pyupgrade
from 2.32.0 to 2.32.1 (#2999)
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
a299867b1b
commit
23ed0880d2
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ repos:
|
|||
- cachetools~=5.0.0
|
||||
- . # this basically does `pip install -e .`
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.32.0
|
||||
rev: v2.32.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
files: ^(telegram|examples|tests)/.*\.py$
|
||||
|
|
|
@ -7,7 +7,7 @@ black==22.3.0
|
|||
flake8==4.0.1
|
||||
pylint==2.13.8
|
||||
mypy==0.950
|
||||
pyupgrade==2.32.0
|
||||
pyupgrade==2.32.1
|
||||
isort==5.10.1
|
||||
|
||||
pytest==7.1.2
|
||||
|
|
Loading…
Reference in a new issue