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 mypy as static type checker #129

Merged
merged 26 commits into from
Jun 29, 2024
Merged

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    c5ceb71 View commit details
    Browse the repository at this point in the history
  2. umu_consts: fix type

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    89ef820 View commit details
    Browse the repository at this point in the history
  3. umu_plugins: fix type

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2b6fbcc View commit details
    Browse the repository at this point in the history
  4. umu_plugins: fix types

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    277abf1 View commit details
    Browse the repository at this point in the history
  5. umu_log: fix type

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    bc5cb7c View commit details
    Browse the repository at this point in the history
  6. umu_util: fix types

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d61a4c5 View commit details
    Browse the repository at this point in the history
  7. umu_runtime: fix types

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    bcc3938 View commit details
    Browse the repository at this point in the history
  8. umu_proton: fix types

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1a68f7b View commit details
    Browse the repository at this point in the history
  9. umu_run: fix types

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    96e4af2 View commit details
    Browse the repository at this point in the history
  10. Add pyproject.toml

    - Configuration file for mypy
    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    8bcb2a0 View commit details
    Browse the repository at this point in the history
  11. workflows: add mypy workflow

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3a948cc View commit details
    Browse the repository at this point in the history
  12. Revert "umu_consts: add XDG_DATA_HOME"

    This reverts commit c5ceb71.
    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    793768f View commit details
    Browse the repository at this point in the history
  13. umu_consts: update FLATPAK_PATH

    - Flatpak guarantees the existence of XDG_DATA_HOME and other XDG environment variables
    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3c4615c View commit details
    Browse the repository at this point in the history
  14. Ruff lint

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    09fa7aa View commit details
    Browse the repository at this point in the history
  15. workflows: update static.yml

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    4f2039d View commit details
    Browse the repository at this point in the history
  16. umu_log: fix type

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ab7409d View commit details
    Browse the repository at this point in the history
  17. Update pyproject.toml

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    7df99c9 View commit details
    Browse the repository at this point in the history
  18. umu_run: update format

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    71205fe View commit details
    Browse the repository at this point in the history
  19. Fix module imports

    - Since we've already imported the os and sys modules in our entry point, no need to selectively import functions from them
    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2922f44 View commit details
    Browse the repository at this point in the history
  20. umu_util: update format

    R1kaB3rN committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    16f80b7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8ded674 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f66ac1f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9d9d547 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d1bd573 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    69f6771 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a2ca96e View commit details
    Browse the repository at this point in the history