Skip to content

Commit c22187b

Browse files
[pre-commit.ci] pre-commit autoupdate (#49)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent 70d6208 commit c22187b

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]
@@ -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.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/pre-commit/mirrors-mypy
83-
rev: 'v0.982'
83+
rev: 'v0.991'
8484
hooks:
8585
- id: mypy
8686
args: [
@@ -95,7 +95,7 @@ repos:
9595
pass_filenames: false
9696
language_version: "3.9"
9797
- repo: https://github.com/mgedmin/check-manifest
98-
rev: "0.48"
98+
rev: "0.49"
9999
hooks:
100100
- id: check-manifest
101101
args: [--no-build-isolation]

0 commit comments

Comments
 (0)