Skip to content

Commit c020a73

Browse files
[pre-commit.ci] pre-commit autoupdate (#10)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 61f79da commit c020a73

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.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -28,7 +28,7 @@ repos:
2828
- id: rst-inline-touching-normal
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.31.1
31+
rev: v2.32.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
@@ -37,11 +37,11 @@ repos:
3737
hooks:
3838
- id: reorder-python-imports
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v1.20.0
40+
rev: v1.20.1
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/psf/black
44-
rev: 22.1.0
44+
rev: 22.3.0
4545
hooks:
4646
- id: black
4747
- repo: https://github.com/asottile/blacken-docs
@@ -71,7 +71,7 @@ repos:
7171
Pygments,
7272
]
7373
- repo: https://github.com/PyCQA/doc8
74-
rev: 0.10.1
74+
rev: 0.11.1
7575
hooks:
7676
- id: doc8
7777
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)