Skip to content

Commit 6849861

Browse files
[pre-commit.ci] pre-commit autoupdate (#302)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9b7e1bf commit 6849861

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@ repos:
3030
- id: rst-inline-touching-normal
3131
- id: text-unicode-replacement-char
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v3.8.2
33+
rev: v3.8.3
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.37.3
38+
rev: v3.0.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
4343
rev: v2.0.0
4444
hooks:
4545
- id: setup-cfg-fmt
46-
- repo: https://github.com/myint/docformatter
46+
- repo: https://github.com/PyCQA/docformatter
4747
rev: v1.5.0
4848
hooks:
4949
- id: docformatter
5050
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
5151
- repo: https://github.com/psf/black
52-
rev: 22.6.0
52+
rev: 22.10.0
5353
hooks:
5454
- id: black
5555
- repo: https://github.com/PyCQA/flake8
@@ -73,7 +73,7 @@ repos:
7373
Pygments,
7474
]
7575
- repo: https://github.com/executablebooks/mdformat
76-
rev: 0.7.15
76+
rev: 0.7.16
7777
hooks:
7878
- id: mdformat
7979
additional_dependencies: [
@@ -83,7 +83,7 @@ repos:
8383
args: [--wrap, "88"]
8484
files: (README\.md)
8585
- repo: https://github.com/executablebooks/mdformat
86-
rev: 0.7.15
86+
rev: 0.7.16
8787
hooks:
8888
- id: mdformat
8989
additional_dependencies: [
@@ -123,7 +123,7 @@ repos:
123123
args: [--no-build-isolation]
124124
additional_dependencies: [setuptools-scm, toml]
125125
- repo: https://github.com/pre-commit/mirrors-mypy
126-
rev: 'v0.971'
126+
rev: 'v0.982'
127127
hooks:
128128
- id: mypy
129129
args: [

0 commit comments

Comments
 (0)