We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e319203 commit aae5868Copy full SHA for aae5868
.pre-commit-config.yaml
@@ -21,12 +21,12 @@ repos:
21
- id: rst-inline-touching-normal
22
- id: text-unicode-replacement-char
23
- repo: https://github.com/asottile/pyupgrade
24
- rev: v2.31.0
+ rev: v2.31.1
25
hooks:
26
- id: pyupgrade
27
args: [--py37-plus]
28
- repo: https://github.com/asottile/reorder_python_imports
29
- rev: v2.7.1
+ rev: v3.0.1
30
31
- id: reorder-python-imports
32
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -79,7 +79,7 @@ repos:
79
- id: codespell
80
args: [-L unparseable]
81
- repo: https://github.com/mgedmin/check-manifest
82
- rev: "0.47"
+ rev: "0.48"
83
84
- id: check-manifest
85
- repo: meta
0 commit comments