Make mypy 1.16 happy

This commit is contained in:
Kovid Goyal
2025-05-30 10:01:15 +05:30
parent 27fdfe6480
commit 62580c855b
10 changed files with 30 additions and 28 deletions

View File

@@ -17,6 +17,7 @@ disallow_untyped_decorators = true
disallow_untyped_calls = true
disallow_incomplete_defs = true
strict = true
strict_bytes = true
no_implicit_reexport = true
[tool.pylsp-mypy]