Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Static typing for Python code - mypy #163

Open
pcaversaccio opened this issue Jul 27, 2022 · 0 comments
Open

Static typing for Python code - mypy #163

pcaversaccio opened this issue Jul 27, 2022 · 0 comments
Assignees
Labels
backend 🏭 Issues related to back-end good first issue 🎉 Good for newcomers

Comments

@pcaversaccio
Copy link
Member

We should implement a static type checker for our Python code. Python is a dynamic language, so usually, we will only see errors in our code when you attempt to run it. mypy is a static checker, so it finds bugs in our programs without even running them.

We need the following:

@pcaversaccio pcaversaccio added backend 🏭 Issues related to back-end good first issue 🎉 Good for newcomers labels Jul 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend 🏭 Issues related to back-end good first issue 🎉 Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants