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

Use type annotations and fix mypy errors #109

Merged
merged 46 commits into from
Sep 27, 2023
Merged

Use type annotations and fix mypy errors #109

merged 46 commits into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. Added callbacks

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    809e730 View commit details
    Browse the repository at this point in the history
  2. Use type annotations

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a6b6a9e View commit details
    Browse the repository at this point in the history
  3. Use callbacks

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    720daa4 View commit details
    Browse the repository at this point in the history
  4. Fix assignment errors

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9920e37 View commit details
    Browse the repository at this point in the history
  5. Fix return error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d1d5aab View commit details
    Browse the repository at this point in the history
  6. Fix return error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    353d6af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b8d7f8 View commit details
    Browse the repository at this point in the history
  8. Fix arg-type errors

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7e0a6ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee4e09d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    196e839 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39320ab View commit details
    Browse the repository at this point in the history
  12. Remove unused function

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bf3b273 View commit details
    Browse the repository at this point in the history
  13. Add type annotations

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0676578 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7995d72 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9e9f72 View commit details
    Browse the repository at this point in the history
  16. Fix return error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4d41076 View commit details
    Browse the repository at this point in the history
  17. Fix assignment error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5b574a7 View commit details
    Browse the repository at this point in the history
  18. Fix assignment errors

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    870f589 View commit details
    Browse the repository at this point in the history
  19. Fix assignment error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4c028a8 View commit details
    Browse the repository at this point in the history
  20. Fix arg-type errors

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    25810ad View commit details
    Browse the repository at this point in the history
  21. Fix assignment errors

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    4e6d8d0 View commit details
    Browse the repository at this point in the history
  22. Add type annotations

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    75e17d5 View commit details
    Browse the repository at this point in the history
  23. Add annotations for empty Tuple

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7a140cf View commit details
    Browse the repository at this point in the history
  24. Add type annotations

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    84298d0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a429da7 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2b99039 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    46c19e0 View commit details
    Browse the repository at this point in the history
  28. Fix type declaration

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2d7a604 View commit details
    Browse the repository at this point in the history
  29. Fix assignment error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6f145d4 View commit details
    Browse the repository at this point in the history
  30. Remove comment

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f085757 View commit details
    Browse the repository at this point in the history
  31. Fix return error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b9d03e2 View commit details
    Browse the repository at this point in the history
  32. Add type annotations

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6b710ea View commit details
    Browse the repository at this point in the history
  33. Revert "Add type annotations"

    This reverts commit 6b710ea.
    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1e88f5c View commit details
    Browse the repository at this point in the history
  34. Add type annotations

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1088075 View commit details
    Browse the repository at this point in the history
  35. Fix assignment error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d71a9e8 View commit details
    Browse the repository at this point in the history
  36. Fix return error

    ftCLI committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3a40c9c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Fix incompatible defaults

    ftCLI committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1d35a66 View commit details
    Browse the repository at this point in the history
  2. Fix incompatible defaults

    ftCLI committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1be2246 View commit details
    Browse the repository at this point in the history
  3. Fix incompatible defaults

    ftCLI committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    606569d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9b12a0 View commit details
    Browse the repository at this point in the history
  5. Fix incompatible defaults

    ftCLI committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2d2ce9f View commit details
    Browse the repository at this point in the history
  6. Fix incompatible defaults

    ftCLI committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d3435d6 View commit details
    Browse the repository at this point in the history
  7. Fix incompatible defaults

    ftCLI committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    54a404a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b6dc4a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c9325e View commit details
    Browse the repository at this point in the history
  10. Blacken code

    ftCLI committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1f3b8c4 View commit details
    Browse the repository at this point in the history