Disable pylsp-mypy

This commit is contained in:
Kovid Goyal 2024-03-28 19:29:05 +05:30
parent 992b006303
commit b339bc343f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -22,3 +22,6 @@ known_future_library = "__python__"
known_third_party = "qt"
known_standard_library = "aes,elementmaker,encodings"
known_first_party = "calibre_extensions"
[tool.pylsp-mypy]
enabled = false