Skip to content

Commit 40b9f70

Browse files
pre-commit autoupdate (#118)
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 8dd742e commit 40b9f70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- gql[aiohttp]~=3.3.0
3434
- async-lru~=1.0.3
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.3.0
36+
rev: v1.4.1
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
- gql[aiohttp]~=3.3.0
4646
- async-lru~=1.0.3
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.4.0
48+
rev: v3.8.0
4949
hooks:
5050
- id: pyupgrade
5151
args:

0 commit comments

Comments
 (0)