chore: Set strict typing mode for pyright lsp
This commit is contained in:
parent
b5c081fbf3
commit
9eb7399536
1 changed files with 3 additions and 0 deletions
|
@ -45,3 +45,6 @@ extract = "papis_extract:main"
|
|||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.pyright]
|
||||
typeCheckingMode = "strict"
|
||||
|
|
Loading…
Reference in a new issue