1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-02 06:01:12 +00:00

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

View File

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