Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tox-dev/sphinx-autodoc-typehints
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.1
Choose a base ref
...
head repository: tox-dev/sphinx-autodoc-typehints
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.0
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 11, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#458)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 11, 2024
    1 Configuration menu
    Copy the full SHA
    fd0a0c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#461)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 17, 2024
    1 Configuration menu
    Copy the full SHA
    047ac44 View commit details
    Browse the repository at this point in the history
  2. Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#460)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    1 Configuration menu
    Copy the full SHA
    41b2900 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Support autodoc_type_aliases configuration (#459)

    * support autodoc_type_aliases configuration
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fixed app.config access
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * removed numpy dependency for 3.12 compatibility
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * use arg_type.annotation instead of arg_type._annotation
    
    * skip mypy test on all test_integration* files
    
    * removed extreneous lines
    
    * fixed the mypy exclude regexp
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    tikuma-lsuhsc and pre-commit-ci[bot] authored Jun 19, 2024
    1 Configuration menu
    Copy the full SHA
    fb240ea View commit details
    Browse the repository at this point in the history
Loading