Skip to content

Commit 7f6152d

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -18,7 +18,7 @@ repos:
1818
- id: python-use-type-annotations
1919
- id: text-unicode-replacement-char
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.2.0
21+
rev: v3.3.1
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -32,12 +32,12 @@ repos:
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com/PyCQA/docformatter
35-
rev: v1.5.0
35+
rev: v1.5.1
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.10.0
40+
rev: 22.12.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/flake8
@@ -80,7 +80,7 @@ repos:
8080
hooks:
8181
- id: codespell
8282
- repo: https://github.com/mgedmin/check-manifest
83-
rev: "0.48"
83+
rev: "0.49"
8484
hooks:
8585
- id: check-manifest
8686
args: [--no-build-isolation]

0 commit comments

Comments
 (0)