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.4.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.4.2
Choose a head ref
  • 8 commits
  • 14 files changed
  • 4 contributors

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    b6a7e43 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6)
    - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    91b0cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f282802 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Fixes for Python 3.14 and PEP 649 (#492)

    ---------
    
    Co-authored-by: Alex Grönholm <[email protected]>
    JelleZijlstra and agronholm authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    95ef60d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2025

  1. Fixed checking of assignment expressions (#511)

    The test fails without this commit because the mypy output creates line breaks and the expected output doesn't account for that. Fixed by remove unnecessary line breaks via regex.
    
    Fixes #510.
    JohannesK71083 authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    447ee40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8559911 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    056a9a8 View commit details
    Browse the repository at this point in the history
  4. Added release date

    agronholm committed Feb 16, 2025
    Configuration menu
    Copy the full SHA
    7f63619 View commit details
    Browse the repository at this point in the history
Loading