From 9eb7399536fec9792e2fa4ae0fabb441601ff88f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 12 Jun 2024 11:16:32 +0200 Subject: [PATCH] chore: Set strict typing mode for pyright lsp --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 807df6a..c9257a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,3 +45,6 @@ extract = "papis_extract:main" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.pyright] +typeCheckingMode = "strict"