Skip to content

Commit 8090bc2

Browse files
[pre-commit.ci] pre-commit autoupdate (#18)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 971623c commit 8090bc2

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -21,21 +21,21 @@ repos:
2121
- id: rst-inline-touching-normal
2222
- id: text-unicode-replacement-char
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.31.0
24+
rev: v2.32.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
2828
- repo: https://github.com/asottile/reorder_python_imports
29-
rev: v2.7.1
29+
rev: v3.1.0
3030
hooks:
3131
- id: reorder-python-imports
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v1.20.0
34+
rev: v1.20.1
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 22.1.0
38+
rev: 22.3.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/asottile/blacken-docs
@@ -64,7 +64,7 @@ repos:
6464
Pygments,
6565
]
6666
- repo: https://github.com/PyCQA/doc8
67-
rev: 0.10.1
67+
rev: 0.11.2
6868
hooks:
6969
- id: doc8
7070
- repo: https://github.com/econchick/interrogate
@@ -77,7 +77,7 @@ repos:
7777
hooks:
7878
- id: codespell
7979
- repo: https://github.com/pre-commit/mirrors-mypy
80-
rev: 'v0.931'
80+
rev: 'v0.950'
8181
hooks:
8282
- id: mypy
8383
args: [
@@ -92,7 +92,7 @@ repos:
9292
pass_filenames: false
9393
language_version: "3.9"
9494
- repo: https://github.com/mgedmin/check-manifest
95-
rev: "0.47"
95+
rev: "0.48"
9696
hooks:
9797
- id: check-manifest
9898
- repo: meta

0 commit comments

Comments
 (0)