Skip to content

Commit 1968e54

Browse files
[pre-commit.ci] pre-commit autoupdate (#92)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2cb8e23 commit 1968e54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: v3.4.0
3+
rev: v4.0.1
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -32,7 +32,7 @@ repos:
3232
- id: rst-inline-touching-normal
3333
- id: text-unicode-replacement-char
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.15.0
35+
rev: v2.16.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -77,7 +77,7 @@ repos:
7777
hooks:
7878
- id: doc8
7979
- repo: https://github.com/econchick/interrogate
80-
rev: 1.3.2
80+
rev: 1.4.0
8181
hooks:
8282
- id: interrogate
8383
args: [-v, --fail-under=40, src, tests]

0 commit comments

Comments
 (0)