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 typing and update to mypy 1.8.0 #769

Merged
merged 5 commits into from
Feb 6, 2024
Merged

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    c269bfc View commit details
    Browse the repository at this point in the history
  2. [tests] Change tests/ into a package

    This allows mypy to distinguish between the different conftests.py files
    when running `mypy tests/`, and it's also preferable in general.
    bluetech authored and seifertm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    27608a4 View commit details
    Browse the repository at this point in the history
  3. [fix] Added assert statement instead of "type ignore" pragmas.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e992516 View commit details
    Browse the repository at this point in the history
  4. [docs] Add TODO for more specific return types once support for pytes…

    …t 7 has been dropped.
    
    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d7d599d View commit details
    Browse the repository at this point in the history
  5. [docs] Add changelog entry.

    Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
    seifertm committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    869f861 View commit details
    Browse the repository at this point in the history