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

[patch-axel-34] mypy #158

Closed
wants to merge 5 commits into from
Closed

[patch-axel-34] mypy #158

wants to merge 5 commits into from

Commits on Jul 1, 2024

  1. python: add type hints

    Signed-off-by: Axel Heider <[email protected]>
    axel-h committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f77f65a View commit details
    Browse the repository at this point in the history
  2. python: improve type hints usage

    "annotations" exists in __future__ since 3.7.0b1 and was planned
    to become mandatory in 3.10. But this has been postponed.
    
    Signed-off-by: Axel Heider <[email protected]>
    axel-h committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3568be1 View commit details
    Browse the repository at this point in the history
  3. python: fix return types

    Signed-off-by: Axel Heider <[email protected]>
    axel-h committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c803ecb View commit details
    Browse the repository at this point in the history
  4. CI: run MyPy on tools folder

    Signed-off-by: Axel Heider <[email protected]>
    axel-h committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6db97bf View commit details
    Browse the repository at this point in the history
  5. CI: reduce load

    Signed-off-by: Axel Heider <[email protected]>
    axel-h committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ae89017 View commit details
    Browse the repository at this point in the history