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.15.0
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.15.1
Choose a head ref
  • 6 commits
  • 32 files changed
  • 4 contributors

Commits on May 13, 2022

  1. Update create-PR action to v4

    sirosen committed May 13, 2022
    Configuration menu
    Copy the full SHA
    271f29e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.14.3 → 0.15.0](0.14.3...0.15.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    7eb4c9a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

    Co-authored-by: sirosen <sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored May 26, 2022
    Configuration menu
    Copy the full SHA
    83f5456 View commit details
    Browse the repository at this point in the history
  2. Set mypy disallow_untyped_defs=true

    Improve type checking in a few other cases by checking `mypy --strict`
    output.
    sirosen committed May 26, 2022
    Configuration menu
    Copy the full SHA
    2d05a95 View commit details
    Browse the repository at this point in the history
  3. Add 'check-dependabot' to supported hooks

    Checks dependabot (v2) configuration.
    sirosen committed May 26, 2022
    Configuration menu
    Copy the full SHA
    827df30 View commit details
    Browse the repository at this point in the history
  4. Bump version for release

    sirosen committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e2b39ff View commit details
    Browse the repository at this point in the history
Loading