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: allenporter/ical
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.0
Choose a base ref
...
head repository: allenporter/ical
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.0.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 25, 2024

  1. Update pre-commit hook psf/black to v24.4.1 (#325)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3debc44 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.2 (#326)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    062d0b4 View commit details
    Browse the repository at this point in the history
  2. Fix typo and wrong value in default_factory for CalendarStream.calend…

    …ars (#328)
    
    Suppose it's exceedingly rare that a stream contain no calendars, but
    better safe than sorry
    olejorgenb authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a308616 View commit details
    Browse the repository at this point in the history
  3. Improve type hinting of registered types (#327)

    Improve type hint of registered types
    
    Pyright does not understand the types decorated by `Registery.register`.
    Eg.: `Event.attendees` is inferred as `Unknown`
    
    Using a typevar represents accurately how the decorator affect the
    decorated type (ie. not at all)
    olejorgenb authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8a13ff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Update pre-commit hook psf/black to v24.4.2 (#329)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7cecf0a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Update pre-commit hook charliermarsh/ruff-pre-commit to v0.4.3 (#330)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 5, 2024
    Configuration menu
    Copy the full SHA
    405adf5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 11, 2024

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