Skip to content

Commit 1a92561

Browse files
authored
Merge pull request PyCQA#1738 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c2dc351 + 82953c9 commit 1a92561

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)