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.0
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.1
Choose a head ref
  • 15 commits
  • 16 files changed
  • 4 contributors

Commits on Oct 29, 2024

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

Commits on Nov 2, 2024

  1. Dropped Python 3.8 support

    agronholm committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9a73eb0 View commit details
    Browse the repository at this point in the history
  2. Fixed checking of variable assignments involving tuple unpacking

    This also unified all variable checking across different assignment types (annotation assignment, augmented assignment and any other kind of assignment)
    
    Fixes #486.
    agronholm committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    889ad53 View commit details
    Browse the repository at this point in the history
  3. Updated pre-commit modules

    agronholm committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    750286e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    121efd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    28dafec View commit details
    Browse the repository at this point in the history
  2. Fixed reference cycles (#493)

    This change is essentially the same fix as in fe8e3bc, applied in two additional functions that use the same pattern.
    ojw28 authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    eb1e869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a39830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0b20c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ff5a51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05a6772 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d6b4de View commit details
    Browse the repository at this point in the history
  8. Fixed pytest_ignore_collect not to block default pytest code (#464)

    Fixed `pytest_ignore_collect` hook implementation to return `None` rather than `False` when the path ought not to be ignored.  This is necessary to enable the default pytest implementation of `pytest_ignore_collect()` to be used.  Otherwise, the default rules are never applied and e.g. `--ignore` does not work.
    mgorny authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    1c53caa View commit details
    Browse the repository at this point in the history
  9. Added tests against an empty protocol

    Closes #491.
    agronholm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    b32af0b View commit details
    Browse the repository at this point in the history
  10. Added release date

    agronholm committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    cb42103 View commit details
    Browse the repository at this point in the history
Loading