Skip to content

Commit ccbc1ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/PyCQA/pylint: v4.0.2 → v4.0.5](pylint-dev/pylint@v4.0.2...v4.0.5) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent 5777edc commit ccbc1ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.9.0
11+
rev: 26.1.0
1212
hooks:
1313
- id: black
1414
args:
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: flake8
2121
- repo: https://github.com/PyCQA/pylint
22-
rev: v4.0.2
22+
rev: v4.0.5
2323
hooks:
2424
- id: pylint
2525
args:
@@ -33,7 +33,7 @@ repos:
3333
- gql[aiohttp]~=3.5.0
3434
- async-lru~=1.0.3
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.18.2
36+
rev: v1.19.1
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
@@ -45,13 +45,13 @@ repos:
4545
- gql[aiohttp]~=3.5.0
4646
- async-lru~=1.0.3
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.21.0
48+
rev: v3.21.2
4949
hooks:
5050
- id: pyupgrade
5151
args:
5252
- --py36-plus
5353
- repo: https://github.com/pycqa/isort
54-
rev: 7.0.0
54+
rev: 8.0.1
5555
hooks:
5656
- id: isort
5757
name: isort

0 commit comments

Comments
 (0)