Skip to content

Commit fffb166

Browse files
pre-commit autoupdate (#146)
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/PyCQA/pylint: v3.2.7 → v3.3.1](pylint-dev/pylint@v3.2.7...v3.3.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bibo-Joshi <[email protected]>
1 parent 4f5c2c9 commit fffb166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

99
repos:
1010
- repo: https://github.com/psf/black
11-
rev: 24.8.0
11+
rev: 24.10.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: v3.2.7
22+
rev: v3.3.1
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.11.2
36+
rev: v1.13.0
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
- gql[aiohttp]~=3.5.0
4646
- async-lru~=1.0.3
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.17.0
48+
rev: v3.19.0
4949
hooks:
5050
- id: pyupgrade
5151
args:

0 commit comments

Comments
 (0)