Skip to content

Commit ab84050

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.0 → v2.34.0](asottile/pyupgrade@v2.32.0...v2.34.0) - [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.961](pre-commit/mirrors-mypy@v0.930...v0.961)
1 parent 3b72897 commit ab84050

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -18,12 +18,12 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v2.32.0
21+
rev: v2.34.0
2222
hooks:
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.961'
7979
hooks:
8080
- id: mypy
8181
args: [

0 commit comments

Comments
 (0)