We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce03d4a commit 5923b6cCopy full SHA for 5923b6c
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
args: [ --max-line-length, '120' , --ignore, 'E,W']
23
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.11.2
+ rev: v1.14.0
26
hooks:
27
- id: mypy
28
args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]
0 commit comments