Skip to content

Commit c87945a

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 → v3.2.0](asottile/pyupgrade@v2.32.0...v3.2.0) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.9.0](asottile/reorder-python-imports@v3.0.1...v3.9.0) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.2.0](asottile/setup-cfg-fmt@v1.20.1...v2.2.0) - https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter - [github.com/PyCQA/docformatter: v1.3.1 → v1.5.0](PyCQA/docformatter@v1.3.1...v1.5.0) - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/executablebooks/mdformat: 0.7.14 → 0.7.16](hukkin/mdformat@0.7.14...0.7.16) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.2](codespell-project/codespell@v2.1.0...v2.2.2) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.982](pre-commit/mirrors-mypy@v0.931...v0.982)
1 parent 29ac7f0 commit c87945a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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,30 +25,30 @@ 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: v3.2.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.9.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3737
- repo: https://github.com/asottile/setup-cfg-fmt
38-
rev: v1.20.1
38+
rev: v2.2.0
3939
hooks:
4040
- id: setup-cfg-fmt
41-
- repo: https://github.com/myint/docformatter
42-
rev: v1.3.1
41+
- repo: https://github.com/PyCQA/docformatter
42+
rev: v1.5.0
4343
hooks:
4444
- id: docformatter
4545
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
4646
- repo: https://github.com/psf/black
47-
rev: 22.3.0
47+
rev: 22.10.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/flake8
51-
rev: 4.0.1
51+
rev: 5.0.4
5252
hooks:
5353
- id: flake8
5454
types: [python]
@@ -74,7 +74,7 @@ repos:
7474
- id: interrogate
7575
args: [-v, --fail-under=40, src, tests]
7676
- repo: https://github.com/executablebooks/mdformat
77-
rev: 0.7.14
77+
rev: 0.7.16
7878
hooks:
7979
- id: mdformat
8080
additional_dependencies: [
@@ -83,11 +83,11 @@ repos:
8383
]
8484
args: [--wrap, "88"]
8585
- repo: https://github.com/codespell-project/codespell
86-
rev: v2.1.0
86+
rev: v2.2.2
8787
hooks:
8888
- id: codespell
8989
- repo: https://github.com/pre-commit/mirrors-mypy
90-
rev: 'v0.931'
90+
rev: 'v0.982'
9191
hooks:
9292
- id: mypy
9393
args: [

0 commit comments

Comments
 (0)