Skip to content

Commit 82953c9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](pre-commit/mirrors-mypy@v0.982...v0.990)
1 parent c2dc351 commit 82953c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
--add-import, 'from __future__ import annotations',
1818
]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.2.0
20+
rev: v3.2.2
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: flake8
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v0.982
34+
rev: v0.990
3535
hooks:
3636
- id: mypy
3737
exclude: ^(docs/|example-plugin/)

0 commit comments

Comments
 (0)