mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Make mypy 1.16 happy
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user