Skip to content

Commit 499b0e4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](asottile/reorder-python-imports@v2.6.0...v2.7.1) - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) - [github.com/asottile/blacken-docs: v1.12.0 → v1.12.1](adamchainz/blacken-docs@v1.12.0...v1.12.1)
1 parent b75879a commit 499b0e4

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
@@ -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)