Skip to content

Commit 6a788e8

Browse files
committed
Merge remote-tracking branch 'origin/main' into replace-input-w-config
2 parents 68d8c5a + 940711a commit 6a788e8

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: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -21,7 +21,7 @@ repos:
2121
- id: rst-inline-touching-normal
2222
- id: text-unicode-replacement-char
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.29.1
24+
rev: v2.31.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: reorder-python-imports
3232
- repo: https://github.com/psf/black
33-
rev: 21.11b1
33+
rev: 21.12b0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/asottile/blacken-docs

0 commit comments

Comments
 (0)