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: sirosen/click-type-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.7
Choose a base ref
...
head repository: sirosen/click-type-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 25, 2023

  1. Bump actions/setup-python from 4 to 5 (#5)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    f195e89 View commit details
    Browse the repository at this point in the history
  2. Bump actions/upload-artifact from 3 to 4 (#7)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    a4bf767 View commit details
    Browse the repository at this point in the history
  3. Bump actions/download-artifact from 3 to 4 (#6)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    55b9cf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Bump actions/cache from 3 to 4 (#8)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b9473e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Update pre-commit configs and apply

    The only notable fixes needed are:
    - fix flake8 config to use extend-ignore
    - declare `_NoneType` in module scope to avoid incorrect flake8 lint
      failure on `is None` checks
    sirosen committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    564e358 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0)
    - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
    - [github.com/sirosen/slyp: 0.7.0 → 0.8.1](sirosen/slyp@0.7.0...0.8.1)
    - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
    - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.4](python-jsonschema/check-jsonschema@0.29.1...0.29.4)
    
    * Fix mypy handling of tuples
    
    - Add a helper for building tuple types
    - Put the type ignores in that helper
    - Profit
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Stephen Rosen <[email protected]>
    pre-commit-ci[bot] and sirosen authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e0ae325 View commit details
    Browse the repository at this point in the history
  2. update supported pythons (#10)

    * Add 3.13 to tox and CI
    
    * Update classifiers for 3.13
    sirosen authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    02c76b4 View commit details
    Browse the repository at this point in the history
  3. Update for v1.0

    sirosen committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e88e750 View commit details
    Browse the repository at this point in the history
Loading