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

Skip to content

Commit 3f85604

Browse files
pre-commit autoupdate (#122)
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bd23c20 commit 3f85604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- --diff
1212
- --check
1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.1.1
14+
rev: 7.1.2
1515
hooks:
1616
- id: flake8
1717
- repo: https://github.com/PyCQA/pylint
@@ -25,7 +25,7 @@ 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.14.1
28+
rev: v1.15.0
2929
hooks:
3030
- id: mypy
3131
exclude: ^tests/
@@ -36,7 +36,7 @@ repos:
3636
args:
3737
- --py37-plus
3838
- repo: https://github.com/pycqa/isort
39-
rev: 6.0.0
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242
name: isort

0 commit comments

Comments
 (0)
0