Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type hints to the Python code #15

Open
mhucka opened this issue May 22, 2023 · 2 comments
Open

Add type hints to the Python code #15

mhucka opened this issue May 22, 2023 · 2 comments
Labels
Enhancement ✨ New feature or request Priority ★★ Medium priority

Comments

@mhucka
Copy link
Contributor

mhucka commented May 22, 2023

There are no type hints in the code, and there should be.

@mhucka mhucka added Priority ★★ Medium priority Enhancement ✨ New feature or request labels May 22, 2023
@panta-123
Copy link

Option:

  1. mypy: https://mypy.readthedocs.io/en/stable/
  2. pylyzer: mtshiba.github.io/pylyzer/
    mat be others...

mypy seems to be very popular. Let us know in comments which one do we choose.

@mhucka
Copy link
Contributor Author

mhucka commented Jul 20, 2024

Mypy seems more well-known and also seems good. It was going to be the one I would have looked at first, if I had time to work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ New feature or request Priority ★★ Medium priority
Projects
None yet
Development

No branches or pull requests

2 participants