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 2245a07 commit 97d41a0Copy full SHA for 97d41a0
.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.16.1
+ rev: v1.17.1
26
hooks:
27
- id: mypy
28
args: [ --ignore-missing-imports, --check-untyped-defs, --disallow-incomplete-defs ]
0 commit comments