Skip to content

Commit 9232e48

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](asottile/reorder-python-imports@v2.7.1...v3.0.1) - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.940](pre-commit/mirrors-mypy@v0.931...v0.940)
1 parent 1443f2e commit 9232e48

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
@@ -18,12 +18,12 @@ repos:
1818
hooks:
1919
- id: autopep8
2020
- repo: https://github.com/asottile/reorder_python_imports
21-
rev: v2.7.1
21+
rev: v3.0.1
2222
hooks:
2323
- id: reorder-python-imports
2424
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.31.0
26+
rev: v2.31.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]
@@ -33,7 +33,7 @@ repos:
3333
- id: add-trailing-comma
3434
args: [--py36-plus]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v0.931
36+
rev: v0.940
3737
hooks:
3838
- id: mypy
3939
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)