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 e197932 commit e51fb6eCopy full SHA for e51fb6e
.pre-commit-config.yaml
@@ -25,12 +25,12 @@ repos:
25
- id: python-use-type-annotations
26
- id: text-unicode-replacement-char
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v2.32.0
+ rev: v2.32.1
29
hooks:
30
- id: pyupgrade
31
args: [--py37-plus]
32
- repo: https://github.com/asottile/reorder_python_imports
33
- rev: v3.0.1
+ rev: v3.1.0
34
35
- id: reorder-python-imports
36
args: [--py37-plus, --add-import, 'from __future__ import annotations']
@@ -82,7 +82,7 @@ repos:
82
83
- id: codespell
84
- repo: https://github.com/pre-commit/mirrors-mypy
85
- rev: 'v0.931'
+ rev: 'v0.960'
86
87
- id: mypy
88
args: [
0 commit comments