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

Fix mypy typing issues #136

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Fix mypy typing issues #136

merged 3 commits into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. Fix mypy typing issues

    Numpy 2.0 released and can cause some potential issues, so restrict to
    1.x.y for now.
    
    * `docx.Document` is a constructor function, `docx.document.Document` is
      the type itself
    * Some unused weirdness in `get_possible_radios` popped up: the function
      is untested, so I fixed the typing issues
    BryceStevenWilley committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    79bd7a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f06cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c5e06c View commit details
    Browse the repository at this point in the history