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

mypy typing expansion #206

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

mypy typing expansion #206

wants to merge 7 commits into from

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    7f90232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b6bf2f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Updated mypy linter pre-commit config

    using --python-executable option to use tox environment to use type hints from dependencies directly
    DrPyser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8627dbf View commit details
    Browse the repository at this point in the history
  2. Added type stubs to test-requirements.txt

    since pre-commit additional_dependencies are not used
    DrPyser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d31943f View commit details
    Browse the repository at this point in the history
  3. Updated mypy config

    expanded type checking to new module
    warn about missing types for imports
    DrPyser committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a37266d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6dea7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    745b16b View commit details
    Browse the repository at this point in the history