We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce03d4a commit e01be0eCopy full SHA for e01be0e
.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.15.0
26
hooks:
27
- id: mypy
28
args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]
0 commit comments