Skip to content

Commit d12a2c2

Browse files
committed
Merge branch 'SelectKeyboard' of github.com:david-shiko/ptbcontrib into SelectKeyboard
2 parents 95d0427 + 726d9b5 commit d12a2c2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Start MongoDB
3131
if: ${{ matrix.os == 'ubuntu-latest' }}
32-
uses: supercharge/mongodb-github-action@1.11.0
32+
uses: supercharge/mongodb-github-action@1.12.0
3333
with:
3434
mongodb-version: latest
3535
- name: Install dependencies

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.10.0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
args:
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
18-
rev: v3.3.2
18+
rev: v3.3.4
1919
hooks:
2020
- id: pylint
2121
name: pylint
@@ -25,18 +25,18 @@ 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.13.0
28+
rev: v1.15.0
2929
hooks:
3030
- id: mypy
3131
exclude: ^tests/
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.19.0
33+
rev: v3.19.1
3434
hooks:
3535
- id: pyupgrade
3636
args:
3737
- --py37-plus
3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.13.2
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242
name: isort

0 commit comments

Comments
 (0)