Skip to content

Commit e51fb6e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.1.0](asottile/reorder-python-imports@v3.0.1...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.960](pre-commit/mirrors-mypy@v0.931...v0.960)
1 parent e197932 commit e51fb6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.32.0
28+
rev: v2.32.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.0.1
33+
rev: v3.1.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -82,7 +82,7 @@ repos:
8282
hooks:
8383
- id: codespell
8484
- repo: https://github.com/pre-commit/mirrors-mypy
85-
rev: 'v0.931'
85+
rev: 'v0.960'
8686
hooks:
8787
- id: mypy
8888
args: [

0 commit comments

Comments
 (0)