Skip to content

Commit eb46bbb

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 4e2eaf3 commit eb46bbb

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
@@ -35,7 +35,7 @@ repos:
3535
- id: pyupgrade
3636
args: [--py37-plus]
3737
- repo: https://github.com/asottile/reorder_python_imports
38-
rev: v2.6.0
38+
rev: v2.7.1
3939
hooks:
4040
- id: reorder-python-imports
4141
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -44,11 +44,11 @@ repos:
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/psf/black
47-
rev: 21.12b0
47+
rev: 22.1.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/asottile/blacken-docs
51-
rev: v1.12.0
51+
rev: v1.12.1
5252
hooks:
5353
- id: blacken-docs
5454
additional_dependencies: [black]

0 commit comments

Comments
 (0)