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 f1db17c commit 61f79daCopy full SHA for 61f79da
.pre-commit-config.yaml
@@ -28,12 +28,12 @@ repos:
28
- id: rst-inline-touching-normal
29
- id: text-unicode-replacement-char
30
- repo: https://github.com/asottile/pyupgrade
31
- rev: v2.31.0
+ rev: v2.31.1
32
hooks:
33
- id: pyupgrade
34
args: [--py37-plus]
35
- repo: https://github.com/asottile/reorder_python_imports
36
- rev: v2.7.1
+ rev: v3.0.1
37
38
- id: reorder-python-imports
39
- repo: https://github.com/asottile/setup-cfg-fmt
@@ -85,7 +85,7 @@ repos:
85
- id: codespell
86
args: [-L unparseable]
87
- repo: https://github.com/mgedmin/check-manifest
88
- rev: "0.47"
+ rev: "0.48"
89
90
- id: check-manifest
91
- repo: meta
0 commit comments