Add python version for pyright

This commit is contained in:
Ivan Habunek 2024-04-13 11:26:24 +02:00
parent 87acfb8ef4
commit 4996da61e5
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 0 deletions

View File

@ -83,3 +83,4 @@ packages=[
[tool.pyright]
include = ["toot"]
typeCheckingMode = "strict"
pythonVersion = "3.8"