Skip to content

Commit f64149d

Browse files
[pre-commit.ci] pre-commit autoupdate (#12)
1 parent b75879a commit f64149d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ repos:
2626
- id: pyupgrade
2727
args: [--py36-plus]
2828
- repo: https://github.com/asottile/reorder_python_imports
29-
rev: v2.6.0
29+
rev: v2.7.1
3030
hooks:
3131
- id: reorder-python-imports
3232
- repo: https://github.com/psf/black
33-
rev: 21.12b0
33+
rev: 22.1.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/asottile/blacken-docs
37-
rev: v1.12.0
37+
rev: v1.12.1
3838
hooks:
3939
- id: blacken-docs
4040
additional_dependencies: [black]

0 commit comments

Comments
 (0)