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 def2b39 commit de27e5bCopy full SHA for de27e5b
.pre-commit-config.yaml
@@ -30,17 +30,17 @@ repos:
30
- id: rst-inline-touching-normal
31
- id: text-unicode-replacement-char
32
- repo: https://github.com/asottile/reorder_python_imports
33
- rev: v3.8.5
+ rev: v3.9.0
34
hooks:
35
- id: reorder-python-imports
36
args: [--py37-plus, --add-import, 'from __future__ import annotations']
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.1.0
+ rev: v3.2.0
39
40
- id: pyupgrade
41
args: [--py37-plus]
42
- repo: https://github.com/asottile/setup-cfg-fmt
43
- rev: v2.1.0
+ rev: v2.2.0
44
45
- id: setup-cfg-fmt
46
- repo: https://github.com/PyCQA/docformatter
0 commit comments