Skip to content

Commit b6c787b

Browse files
chore(deps): update minor and patch updates to pre-commit hooks (#300)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.14.7` → `v0.14.10` | | [pre-commit/pre-commit](https://redirect.github.com/pre-commit/pre-commit) | repository | patch | `v4.5.0` → `v4.5.1` | | [python-jsonschema/check-jsonschema](https://redirect.github.com/python-jsonschema/check-jsonschema) | repository | minor | `0.35.0` → `0.36.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>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.14.10`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.10) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.9...v0.14.10) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.10> ### [`v0.14.9`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.9) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.14.9) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.9> ### [`v0.14.8`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.8) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.14.8) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.8> </details> <details> <summary>pre-commit/pre-commit (pre-commit/pre-commit)</summary> ### [`v4.5.1`](https://redirect.github.com/pre-commit/pre-commit/releases/tag/v4.5.1): pre-commit v4.5.1 [Compare Source](https://redirect.github.com/pre-commit/pre-commit/compare/v4.5.0...v4.5.1) ##### Fixes - Fix `language: python` with `repo: local` without `additional_dependencies`. - [#&#8203;3597](https://redirect.github.com/pre-commit/pre-commit/issues/3597) PR by [@&#8203;asottile](https://redirect.github.com/asottile). </details> <details> <summary>python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)</summary> ### [`v0.36.0`](https://redirect.github.com/python-jsonschema/check-jsonschema/blob/HEAD/CHANGELOG.rst#0360) [Compare Source](https://redirect.github.com/python-jsonschema/check-jsonschema/compare/0.35.0...0.36.0) - Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, dependabot, gitlab-ci, mergify, readthedocs, renovate, snapcraft (2025-12-14) - Add GitHub Discussion category forms schema and pre-commit hook. Thanks :user:`edgarrmondragon`! (:pr:`626`) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between day 1 and 7 of the month, and on Sunday and Saturday ( * * 1-7 * 0,6 ) in timezone America/Mexico_City, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/reservoir-data/tap-socketdev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7e1be9 commit b6c787b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ repos:
2323
- id: pyproject-fmt
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.14.7"
26+
rev: "v0.14.10"
2727
hooks:
2828
- id: ruff-check
2929
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/pre-commit
33-
rev: v4.5.0
33+
rev: v4.5.1
3434
hooks:
3535
- id: validate_manifest
3636

3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.35.0
38+
rev: 0.36.0
3939
hooks:
4040
- id: check-github-workflows
4141
- id: check-meltano

0 commit comments

Comments
 (0)