Skip to content

Commit 4e73b51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.942 → v0.950](pre-commit/mirrors-mypy@v0.942...v0.950)
1 parent 58d8969 commit 4e73b51

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
@@ -30,7 +30,7 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
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']
@@ -118,7 +118,7 @@ repos:
118118
args: [--no-build-isolation]
119119
additional_dependencies: [setuptools-scm, toml]
120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: 'v0.942'
121+
rev: 'v0.950'
122122
hooks:
123123
- id: mypy
124124
args: [

0 commit comments

Comments
 (0)