We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b44b2 commit 02a5639Copy full SHA for 02a5639
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
args:
35
- --fix
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v1.7.1
+ rev: v1.18.2
38
hooks:
39
- id: mypy
40
exclude: cli.py
mypy.ini
@@ -1,4 +1,5 @@
1
[mypy]
2
+python_version = 3.12
3
check_untyped_defs = True
4
5
[mypy-construct]
0 commit comments