Skip to content

Commit 186d6a5

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.3.0](asottile/reorder-python-imports@v3.0.1...v3.3.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.961](pre-commit/mirrors-mypy@v0.931...v0.961)
1 parent e197932 commit 186d6a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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=25']
@@ -25,12 +25,12 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.32.0
28+
rev: v2.34.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.0.1
33+
rev: v3.3.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: setup-cfg-fmt
4141
- repo: https://github.com/psf/black
42-
rev: 22.3.0
42+
rev: 22.6.0
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/PyCQA/flake8
@@ -82,7 +82,7 @@ repos:
8282
hooks:
8383
- id: codespell
8484
- repo: https://github.com/pre-commit/mirrors-mypy
85-
rev: 'v0.931'
85+
rev: 'v0.961'
8686
hooks:
8787
- id: mypy
8888
args: [

0 commit comments

Comments
 (0)