Skip to content

Update prek dependencies#23661

Merged
ntBre merged 3 commits intomainfrom
renovate/prek-dependencies
Mar 2, 2026
Merged

Update prek dependencies#23661
ntBre merged 3 commits intomainfrom
renovate/prek-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Type Update Change Pending
astral-sh/ruff-pre-commit repository patch v0.15.1v0.15.2 v0.15.4 (+1)
crate-ci/typos repository patch v1.43.4v1.43.5 v1.44.0
python-jsonschema/check-jsonschema repository patch 0.36.10.36.2 0.37.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 if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.15.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.2

crate-ci/typos (crate-ci/typos)

v1.43.5

Compare Source

Bug Fixes
  • Ignore numbers as identifiers (a00831c8)
  • Improve the organization of --help (a48a457c)
Features
  • Dump files, identifiers, and words (ce365ae1, closes #​41)
  • Give control over allowed identifier characters for leading vs rest (107308a6)
Performance
  • Use standard identifier rules to avoid doing umber checks (107308a6)
  • Only do hex check if digits are in identifiers (68cd36d0)
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.36.2

Compare Source

  • Update vendored schemas: circle-ci, gitlab-ci, mergify, renovate, snapcraft,
    woodpecker-ci (2026-02-15)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the internal An internal refactor or improvement label Mar 2, 2026
@AlexWaygood AlexWaygood self-assigned this Mar 2, 2026
@AlexWaygood
Copy link
Member

Cc. @ntBre -- these changes are due to the new default rules in preview, I think. The only change that I thought was clearly a change for the worse was the one recommended by T100, which I added to tool.ruff.lint.ignore -- the pdb calls in the ruff-ecosystem project seem clearly useful, I think. I'm not sure if that's a strong enough reason to remove it from the new defaults entirely, though.

@AlexWaygood AlexWaygood requested a review from ntBre March 2, 2026 11:16
@astral-sh-bot
Copy link

astral-sh-bot bot commented Mar 2, 2026

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@ntBre
Copy link
Contributor

ntBre commented Mar 2, 2026

Cc. @ntBre -- these changes are due to the new default rules in preview, I think. The only change that I thought was clearly a change for the worse was the one recommended by T100, which I added to tool.ruff.lint.ignore -- the pdb calls in the ruff-ecosystem project seem clearly useful, I think. I'm not sure if that's a strong enough reason to remove it from the new defaults entirely, though.

Nice, thank you! Agreed with ignoring T100, that code seems very intentional. I wonder if T100 should be split into two rules, one for the imports and one for the calls. The docs make it sound like it only applies to calls like breakpoint, which would be less pedantic. post_mortem is even an allowed call, so it's a bit annoying that the import gets flagged instead.

I'm also still not 100% sold on the RET rules, although I think the changes here would be enforced by default in Rust too, or at least with our config.

@ntBre ntBre merged commit 7cd738a into main Mar 2, 2026
43 checks passed
@ntBre ntBre deleted the renovate/prek-dependencies branch March 2, 2026 14:04
carljm added a commit that referenced this pull request Mar 2, 2026
* main: (30 commits)
  [ty] Introduce `types::bool`, `types::context_manager` and `types::iteration` (#23681)
  [ty] Move `KnownInstanceType`, and related types, to a new `known_instance.rs` submodule (#23680)
  [ty] Add `invalid-enum-member-annotation` lint rule (#23648)
  [`ruff`] Fix false positive for `re.split` with empty string pattern (`RUF055`) (#23634)
  [ty] Move `UnionType` and `IntersectionType` to a new `types::set_theoretic` submodule (#23678)
  [ty] Add unbound type variable detection in annotations (#23641)
  [ty] Remove `specialize_constrained` from constraint set module (#23677)
  [ty] Add partial support and validation for `Unpack` when used with tuple types (#23651)
  Update prek dependencies (#23661)
  [ty] make `StaticClassLiteral::explicit_bases` converge better in cycles (#23601)
  Improvements to CLAUDE.md (#23633)
  [ty] Move subscript logic out of `builder.rs` (#23653)
  Update Artifact GitHub Actions dependencies (#23676)
  Update actions/attest-build-provenance to 4.1.0 (#23654)
  Update Rust crate clearscreen to v4.0.5 (#23664)
  fix renovate `actions/*-artifact` updates (#23675)
  Update Rust crate clap to v4.5.60 (#23663)
  Update Rust crate unicode-ident to v1.0.24 (#23668)
  Update Rust crate anyhow to v1.0.102 (#23662)
  Update Rust crate pyproject-toml to v0.13.7 (#23666)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal An internal refactor or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants