WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.37k stars 977 forks source link

Introduce type checking to codebase #3703

Open nijel opened 4 years ago

nijel commented 4 years ago

Weblate now requires Python 3.6, so it's now possible to use type hints and introduce type checking to our CI.

My experience with this is exactly zero and our code base is huge, so getting some experienced help with this is welcome.

nijel commented 2 weeks ago

This is now a work in progress and is expected to take some time.

Any contribution to this is welcome, just pick one file and enhance it! There is no desire to do everything at once.

github-actions[bot] commented 2 weeks ago

This issue seems to be a good fit for newbie contributors. You are welcome to contribute to Weblate! Don't hesitate to ask any questions you would have while implementing this.

You can learn about how to get started in our contributors documentation.