Skip to content

Commit 350844a

Browse files
[pre-commit.ci] pre-commit autoupdate (#5)
1 parent 5620e3c commit 350844a

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
@@ -33,19 +33,19 @@ repos:
3333
- id: pyupgrade
3434
args: [--py37-plus]
3535
- repo: https://github.com/asottile/reorder_python_imports
36-
rev: v2.6.0
36+
rev: v2.7.1
3737
hooks:
3838
- id: reorder-python-imports
3939
- repo: https://github.com/asottile/setup-cfg-fmt
4040
rev: v1.20.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/psf/black
44-
rev: 21.12b0
44+
rev: 22.1.0
4545
hooks:
4646
- id: black
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: v1.12.0
48+
rev: v1.12.1
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black]

0 commit comments

Comments
 (0)