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

Handle collections.abc.Callable as well as typing.Callable #289

Merged
merged 7 commits into from
Jan 14, 2023

Commits on Jan 14, 2023

  1. Handle collections.abc.Callable as well as typing.Callable

    typing.Callable is deprecated in favor of collections.abc.Callable
    since Python 3.9:
    https://docs.python.org/3/library/typing.html?highlight=typing%20callable#typing.Callable
    hoodmane committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    379b82a View commit details
    Browse the repository at this point in the history
  2. Add tests

    hoodmane committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    0f43dc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9d8875 View commit details
    Browse the repository at this point in the history
  4. Fix tests in py38 and py37

    hoodmane committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    6e2a055 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'collections.abc.Callable' of github.com:hoodmane/sphinx…

    …-autodoc-typehints into collections.abc.Callable
    hoodmane committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    519200f View commit details
    Browse the repository at this point in the history
  6. Fix lints

    hoodmane committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    0c68b8c View commit details
    Browse the repository at this point in the history
  7. Suppress mypy lints

    hoodmane committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    87b76a1 View commit details
    Browse the repository at this point in the history