Skip to content

Commit 64ed86f

Browse files
[pre-commit.ci] pre-commit autoupdate (#30)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c145a6f commit 64ed86f

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
@@ -18,26 +18,26 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v2.37.3
21+
rev: v3.2.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
2525
- repo: https://github.com/asottile/reorder_python_imports
26-
rev: v3.8.2
26+
rev: v3.9.0
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: v2.0.0
31+
rev: v2.2.0
3232
hooks:
3333
- id: setup-cfg-fmt
34-
- repo: https://github.com/myint/docformatter
35-
rev: v1.5.0-rc1
34+
- repo: https://github.com/PyCQA/docformatter
35+
rev: v1.5.0
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.6.0
40+
rev: 22.10.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
@@ -67,7 +67,7 @@ repos:
6767
- id: interrogate
6868
args: [-v, --fail-under=40, src, tests]
6969
- repo: https://github.com/executablebooks/mdformat
70-
rev: 0.7.14
70+
rev: 0.7.16
7171
hooks:
7272
- id: mdformat
7373
additional_dependencies: [
@@ -76,7 +76,7 @@ repos:
7676
]
7777
args: [--wrap, "88"]
7878
- repo: https://github.com/codespell-project/codespell
79-
rev: v2.1.0
79+
rev: v2.2.2
8080
hooks:
8181
- id: codespell
8282
- repo: https://github.com/mgedmin/check-manifest

0 commit comments

Comments
 (0)