chore: Set strict typing mode for pyright lsp

This commit is contained in:
Marty Oehme 2024-06-12 11:16:32 +02:00
parent b5c081fbf3
commit 9eb7399536
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -45,3 +45,6 @@ extract = "papis_extract:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
typeCheckingMode = "strict"