diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 73119d7..f0e8427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,3 +43,6 @@ testpaths = [ "tests", "self-hosting-plugins", ] + +[tool.mypy] +mypy_path = "typing-stubs" |