Exclude multilspy from mypy

This commit is contained in:
Michael Panchenko
2025-03-24 00:08:09 +01:00
parent 276f6a84b9
commit 37c145cfb6
+1 -1
View File
@@ -130,7 +130,7 @@ doc-build = [
"doc-spellcheck",
"_sphinx_build"
]
_mypy = "mypy src"
_mypy = "mypy src/serena"
_mypy_nb = "nbqa mypy docs"
type-check = [
"_mypy",