Skip to content

Commit 3022733

Browse files
[pre-commit.ci] pre-commit autoupdate (#212)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4e2eaf3 commit 3022733

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)