Skip to content

Commit 3f46902

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.930 → v0.950](pre-commit/mirrors-mypy@v0.930...v0.950)
1 parent 3b72897 commit 3f46902

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
@@ -23,7 +23,7 @@ repos:
2323
- id: pyupgrade
2424
args: [--py37-plus]
2525
- repo: https://github.com/asottile/reorder_python_imports
26-
rev: v3.0.1
26+
rev: v3.1.0
2727
hooks:
2828
- id: reorder-python-imports
2929
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -75,7 +75,7 @@ repos:
7575
hooks:
7676
- id: codespell
7777
- repo: https://github.com/pre-commit/mirrors-mypy
78-
rev: 'v0.930'
78+
rev: 'v0.950'
7979
hooks:
8080
- id: mypy
8181
args: [

0 commit comments

Comments
 (0)