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 ae51f44 commit 151eb68Copy full SHA for 151eb68
.pre-commit-config.yaml
@@ -32,11 +32,11 @@ repos:
32
- id: reorder-python-imports
33
args: [--py37-plus, --add-import, 'from __future__ import annotations']
34
- repo: https://github.com/asottile/setup-cfg-fmt
35
- rev: v1.20.0
+ rev: v1.20.1
36
hooks:
37
- id: setup-cfg-fmt
38
- repo: https://github.com/psf/black
39
- rev: 22.1.0
+ rev: 22.3.0
40
41
- id: black
42
- repo: https://github.com/asottile/blacken-docs
@@ -66,7 +66,7 @@ repos:
66
Pygments,
67
]
68
- repo: https://github.com/PyCQA/doc8
69
- rev: 0.10.1
+ rev: 0.11.1
70
71
- id: doc8
72
- repo: https://github.com/econchick/interrogate
0 commit comments