Skip to content

Commit d66730e

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.37.3](asottile/pyupgrade@v2.32.0...v2.37.3) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.2](asottile/reorder-python-imports@v3.0.1...v3.8.2) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.0.0](asottile/setup-cfg-fmt@v1.20.1...v2.0.0) - [github.com/myint/docformatter: v1.3.1 → v1.4](PyCQA/docformatter@v1.3.1...v1.4) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/mirrors-mypy: v0.930 → v0.971](pre-commit/mirrors-mypy@v0.930...v0.971)
1 parent deba157 commit d66730e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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,30 +18,30 @@ 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.37.3
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.8.2
2727
hooks:
2828
- id: reorder-python-imports
2929
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3030
- repo: https://github.com/asottile/setup-cfg-fmt
31-
rev: v1.20.1
31+
rev: v2.0.0
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com/myint/docformatter
35-
rev: v1.3.1
35+
rev: v1.4
3636
hooks:
3737
- id: docformatter
3838
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
3939
- repo: https://github.com/psf/black
40-
rev: 22.3.0
40+
rev: 22.6.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
44-
rev: 4.0.1
44+
rev: 5.0.4
4545
hooks:
4646
- id: flake8
4747
types: [python]
@@ -80,7 +80,7 @@ repos:
8080
hooks:
8181
- id: codespell
8282
- repo: https://github.com/pre-commit/mirrors-mypy
83-
rev: 'v0.930'
83+
rev: 'v0.971'
8484
hooks:
8585
- id: mypy
8686
args: [

0 commit comments

Comments
 (0)