We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1993f commit cf73e9cCopy full SHA for cf73e9c
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
exclude: ^requirements-dev\.txt$
15
- id: trailing-whitespace
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v0.931
+ rev: v0.940
18
hooks:
19
- id: mypy
20
name: Run static type checks
@@ -37,7 +37,7 @@ repos:
37
- id: isort
38
name: isort
39
- repo: https://github.com/asottile/pyupgrade
40
- rev: v2.31.0
+ rev: v2.31.1
41
42
- id: pyupgrade
43
args: [--py37-plus]
0 commit comments