Skip to content

Commit

Permalink
⬆️🪝 Update pre-commit hook python-jsonschema/check-jsonschema to v0.3…
Browse files Browse the repository at this point in the history
…1.0 (#800)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[python-jsonschema/check-jsonschema](https://redirect.github.com/python-jsonschema/check-jsonschema)
| repository | minor | `0.30.0` -> `0.31.0` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>python-jsonschema/check-jsonschema
(python-jsonschema/check-jsonschema)</summary>

###
[`v0.31.0`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0310)

[Compare
Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.30.0...0.31.0)

- Update vendored schemas: azure-pipelines, bamboo-spec, buildkite,
circle-ci,
dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile
(2025-01-07)
-   Drop support for Python 3.8
-   Rename `--format-regex` to `--regex-variant` and convert
    `--format-regex` to a deprecated alias.
    It will be removed in a future release.
- Regular expression interpretation in `"pattern"`,
`"patternProperties"`, and
`"format": "regex"` usages now uses unicode-mode JS regular expressions
by
    default. (:issue:`353`)

    -   Use `--regex-variant nonunicode` to get non-unicode JS regular
        expressions, the default behavior from previous versions.
    -   Custom validators may be impacted by the new regular expression
features. Validators are now always modified with the `jsonschema`
        library's `extend()` API to control the `pattern` and
        `patternProperties` keywords.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/cda-tum/mqt-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHJlLWNvbW1pdCJdfQ==-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent ec73e15 commit fe97778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ repos:

# Check JSON schemata
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.30.0
rev: 0.31.0
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit fe97778

Please sign in to comment.