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 cb2f021 commit ae51f44Copy full SHA for ae51f44
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
- id: rst-inline-touching-normal
23
- id: text-unicode-replacement-char
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v2.31.0
+ rev: v2.31.1
26
hooks:
27
- id: pyupgrade
28
args: [--py37-plus]
29
- repo: https://github.com/asottile/reorder_python_imports
30
- rev: v2.7.1
+ rev: v3.0.1
31
32
- id: reorder-python-imports
33
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -80,7 +80,7 @@ repos:
80
- id: codespell
81
args: [-L unparseable]
82
- repo: https://github.com/mgedmin/check-manifest
83
- rev: "0.47"
+ rev: "0.48"
84
85
- id: check-manifest
86
- repo: meta
0 commit comments