Skip to content

Commit a5eab73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0) - [github.com/asottile/pyupgrade: v2.32.0 → v3.3.0](asottile/pyupgrade@v2.32.0...v3.3.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/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.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/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/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
1 parent 1ecd77a commit a5eab73

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.4.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -26,21 +26,21 @@ repos:
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.32.0
29+
rev: v3.3.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py37-plus]
3333
- repo: https://github.com/asottile/reorder_python_imports
34-
rev: v3.0.1
34+
rev: v3.9.0
3535
hooks:
3636
- id: reorder-python-imports
3737
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3838
- repo: https://github.com/psf/black
39-
rev: 22.3.0
39+
rev: 22.10.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/PyCQA/flake8
43-
rev: 4.0.1
43+
rev: 6.0.0
4444
hooks:
4545
- id: flake8
4646
types: [python]
@@ -61,11 +61,11 @@ repos:
6161
Pygments,
6262
]
6363
- repo: https://github.com/asottile/setup-cfg-fmt
64-
rev: v1.20.1
64+
rev: v2.2.0
6565
hooks:
6666
- id: setup-cfg-fmt
67-
- repo: https://github.com/myint/docformatter
68-
rev: v1.3.1
67+
- repo: https://github.com/PyCQA/docformatter
68+
rev: v1.5.0
6969
hooks:
7070
- id: docformatter
7171
args: [--in-place, --wrap-summaries, "88", --wrap-descriptions, "88", --blank]
@@ -75,7 +75,7 @@ repos:
7575
- id: interrogate
7676
args: [-v, --fail-under=40, src, tests]
7777
- repo: https://github.com/executablebooks/mdformat
78-
rev: 0.7.14
78+
rev: 0.7.16
7979
hooks:
8080
- id: mdformat
8181
additional_dependencies: [
@@ -84,12 +84,12 @@ repos:
8484
]
8585
args: [--wrap, "88"]
8686
- repo: https://github.com/codespell-project/codespell
87-
rev: v2.1.0
87+
rev: v2.2.2
8888
hooks:
8989
- id: codespell
9090
args: [-L als, -L unparseable]
9191
- repo: https://github.com/mgedmin/check-manifest
92-
rev: "0.48"
92+
rev: "0.49"
9393
hooks:
9494
- id: check-manifest
9595
args: [--no-build-isolation]

0 commit comments

Comments
 (0)