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 static type hints #6

Open
MoBenito opened this issue Oct 26, 2024 · 1 comment
Open

Add static type hints #6

MoBenito opened this issue Oct 26, 2024 · 1 comment
Labels
CI Stuff related to CI/CD enhancement New feature or request

Comments

@MoBenito
Copy link
Contributor

This is quite usefull for automatic code completion and hints in IDEs.
Additionally, this helps finding bugs in the code.

This should be checked via mypy/pyright, best in a CI pipeline.

Low priority for now.

@MoBenito MoBenito added enhancement New feature or request CI Stuff related to CI/CD labels Oct 26, 2024
@headtr1ck
Copy link

Since sympy currently does not have type hints, this is not very important right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Stuff related to CI/CD enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants