Skip to content

Commit 78499f6

Browse files
[pre-commit.ci] pre-commit autoupdate (#32)
1 parent 28c3531 commit 78499f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ repos:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com./asottile/reorder_python_imports
30-
rev: v2.6.0
30+
rev: v2.7.1
3131
hooks:
3232
- id: reorder-python-imports
3333
- repo: https://github.com./asottile/setup-cfg-fmt
3434
rev: v1.20.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com./psf/black
38-
rev: 21.12b0
38+
rev: 22.1.0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com./asottile/blacken-docs
42-
rev: v1.12.0
42+
rev: v1.12.1
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]

0 commit comments

Comments
 (0)