We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2eaf3 commit eb46bbbCopy full SHA for eb46bbb
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
- id: pyupgrade
36
args: [--py37-plus]
37
- repo: https://github.com/asottile/reorder_python_imports
38
- rev: v2.6.0
+ rev: v2.7.1
39
hooks:
40
- id: reorder-python-imports
41
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -44,11 +44,11 @@ repos:
44
45
- id: setup-cfg-fmt
46
- repo: https://github.com/psf/black
47
- rev: 21.12b0
+ rev: 22.1.0
48
49
- id: black
50
- repo: https://github.com/asottile/blacken-docs
51
- rev: v1.12.0
+ rev: v1.12.1
52
53
- id: blacken-docs
54
additional_dependencies: [black]
0 commit comments