Closed Gonmeso closed 6 months ago
Hello, can I work on this one? Is there any group to ask questions about this issue?
Hey! Yes here is the Telegram link
Maybe in this project is not necessary to use Linux or something like that? Since i have been using WSL, and this project is made in python.
Hi @Gerson2102
We mainly dev in MacOs (which is unix based) so Linux would be the preferred platform to develop, but if you want to use Windows it shouldn't be a problem either, but some unexpected bugs could appear
Fixed in #44
Type hinting is inconsistent throughout the code.
We should aim to improve this and make it more consistent and thus, useful in development.
To check which functions have missing hints or hints are not appropriate we can rely on the usage of
mypy
. We can run the following to have an overview:This will show multiple hinting errors that we should aim to solve.
We can omit the errors coming from external packages that do not have type hints, for example: