8000 `pre-commit` autoupdate (#88) · python-telegram-bot/ptbcontrib@c111451 · GitHub
[go: up one dir, main page]

Skip to content

Commit c111451

Browse files
pre-commit autoupdate (#88)
updates: - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1) - [github.com/asottile/pyupgrade: v3.4.0 → v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0e4a01f commit c111451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repos:
2525
# run pylint across multiple cpu cores to speed it up-
2626
- --jobs=0 # See https://pylint.pycqa.org/en/latest/user_guide/run.html?#parallel-execution to know more
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.3.0
28+
rev: v1.4.1
2929
hooks:
3030
- id: mypy
3131
exclude: ^tests/
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.4.0
33+
rev: v3.8.0
3434
hooks:
3535
- id: pyupgrade
3636
args:

0 commit comments

Comments
 (0)
0