Skip to content

Commit aabb477

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 da7c2b3 commit aabb477

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
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: autopep8
2424
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v2.7.1
25+
rev: v3.0.1
2626
hooks:
2727
- id: reorder-python-imports
2828
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.31.0
30+
rev: v2.31.1
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py37-plus]
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: v0.931
44+
rev: v0.940
4545
hooks:
4646
- id: mypy
4747
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)