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: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.31.2
Choose a base ref
...
head repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.31.3
Choose a head ref
  • 7 commits
  • 20 files changed
  • 4 contributors

Commits on Feb 23, 2025

  1. [vendor-schemas] automated update (#529)

    Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    9d58794 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

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

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](0.31.1...0.31.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    f4dd2d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Update vendored schemas (#532)

    And update RTD schema to use 'main'.
    The main branch for the RTD repo was renamed from 'master'.
    sirosen authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    e541734 View commit details
    Browse the repository at this point in the history
  2. Minor CI and test config improvements (#533)

    * Fix tox coverage config
    
    Run coverage after py3.13 tests, and combine+report in separate steps
    to get simpler reporting semantics when using `tox p`.
    
    * Improve CI job names
    sirosen authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    d12381a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

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

    updates:
    - [github.com/sirosen/slyp: 0.8.1 → 0.8.2](sirosen/slyp@0.8.1...0.8.2)
    - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    bfd58f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Fix minor bug in vendor schemas script

    + run it to get the latest mergify + renovate schemas
    sirosen committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    e5c946c View commit details
    Browse the repository at this point in the history
  2. Bump version for release

    sirosen committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    6a0779e View commit details
    Browse the repository at this point in the history
Loading