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 3b72897 commit bba7d7eCopy full SHA for bba7d7e
.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
18
- id: python-use-type-annotations
19
- id: text-unicode-replacement-char
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v2.32.0
+ rev: v2.32.1
22
hooks:
23
- id: pyupgrade
24
args: [--py37-plus]
25
- repo: https://github.com/asottile/reorder_python_imports
26
- rev: v3.0.1
+ rev: v3.1.0
27
28
- id: reorder-python-imports
29
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -75,7 +75,7 @@ repos:
75
76
- id: codespell
77
- repo: https://github.com/pre-commit/mirrors-mypy
78
- rev: 'v0.930'
+ rev: 'v0.950'
79
80
- id: mypy
81
args: [
0 commit comments