Skip to content

Commit 81d4fc9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com./asottile/pyupgrade: v2.37.3 → v3.2.0](asottile/pyupgrade@v2.37.3...v3.2.0) - [github.com./asottile/reorder_python_imports: v3.8.2 → v3.9.0](asottile/reorder-python-imports@v3.8.2...v3.9.0) - [github.com./asottile/setup-cfg-fmt: v2.0.0 → v2.2.0](asottile/setup-cfg-fmt@v2.0.0...v2.2.0) - [github.com./psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com./executablebooks/mdformat: 0.7.15 → 0.7.16](hukkin/mdformat@0.7.15...0.7.16) - [github.com./codespell-project/codespell: v2.2.1 → v2.2.2](codespell-project/codespell@v2.2.1...v2.2.2) - [github.com./pre-commit/mirrors-mypy: v0.971 → v0.982](pre-commit/mirrors-mypy@v0.971...v0.982)
1 parent 5c8a716 commit 81d4fc9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ 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
3434
- repo: https://github.com./PYCQA/docformatter
@@ -37,7 +37,7 @@ repos:
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.15
70+
rev: 0.7.16
7171
hooks:
7272
- id: mdformat
7373
additional_dependencies: [
@@ -76,11 +76,11 @@ repos:
7676
]
7777
args: [--wrap, "88"]
7878
- repo: https://github.com./codespell-project/codespell
79-
rev: v2.2.1
79+
rev: v2.2.2
8080
hooks:
8181
- id: codespell
8282
- repo: https://github.com./pre-commit/mirrors-mypy
83-
rev: 'v0.971'
83+
rev: 'v0.982'
8484
hooks:
8585
- id: mypy
8686
args: [

0 commit comments

Comments
 (0)