timoniq / telegrinder

Modern visionary telegram bot framework
MIT License
31 stars 5 forks source link

typechecking 'strict' mode #60

Closed luwqz1 closed 8 months ago

luwqz1 commented 8 months ago

to improve typing guarantees, it is suggested to set the 'strict' mode for pyright. it is expected that there are over a thousand type errors. it will take some time to fix them

[tool.pyright]
typeCheckingMode = "strict"