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 ed179b5 commit a5a7edcCopy full SHA for a5a7edc
.pre-commit-config.yaml
@@ -29,12 +29,12 @@ repos:
29
- id: rst-inline-touching-normal
30
- id: text-unicode-replacement-char
31
- repo: https://github.com/asottile/pyupgrade
32
- rev: v2.31.0
+ rev: v2.31.1
33
hooks:
34
- id: pyupgrade
35
args: [--py37-plus]
36
- repo: https://github.com/asottile/reorder_python_imports
37
- rev: v2.7.1
+ rev: v3.0.1
38
39
- id: reorder-python-imports
40
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -87,7 +87,7 @@ repos:
87
- id: codespell
88
args: [-L als, -L unparseable]
89
- repo: https://github.com/mgedmin/check-manifest
90
- rev: "0.47"
+ rev: "0.48"
91
92
- id: check-manifest
93
- repo: meta
0 commit comments