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: agronholm/typeguard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.1
Choose a base ref
...
head repository: agronholm/typeguard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.0
Choose a head ref
  • 13 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 1, 2024

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.4](astral-sh/ruff-pre-commit@v0.3.3...v0.3.4)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f4f528f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Switched Sphinx theme back to the RTD theme

    This should fix rendering errors with the nav bar overlapping with the actual content.
    agronholm committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2aaadf5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    4ede387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd3fc1e View commit details
    Browse the repository at this point in the history
  3. Support Python 3.13 (#460)

    - typing.is_typeddict() does not recognize typing_extensions.TypedDict
    - ForwardRef._evaluate gained another parameter
    - Made typing_extensions an unconditional dependency
    JelleZijlstra authored May 25, 2024
    Configuration menu
    Copy the full SHA
    6647e5d View commit details
    Browse the repository at this point in the history
  4. Don't display xfail tracebacks by default

    They're distracting.
    agronholm committed May 25, 2024
    Configuration menu
    Copy the full SHA
    0e2cd17 View commit details
    Browse the repository at this point in the history
  5. Added attribution for PR #460

    agronholm committed May 25, 2024
    Configuration menu
    Copy the full SHA
    b5e77ab View commit details
    Browse the repository at this point in the history
  6. Updated remapped ruff rule

    agronholm committed May 25, 2024
    Configuration menu
    Copy the full SHA
    d539190 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    241d120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001977e View commit details
    Browse the repository at this point in the history
  3. Updated pre-commit modules

    agronholm committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d8b0292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72ec4e7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Added release date

    agronholm committed May 27, 2024
    Configuration menu
    Copy the full SHA
    016f813 View commit details
    Browse the repository at this point in the history
Loading