Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.7
rev: 0.9.16
hooks:
- id: uv-lock

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.3
rev: v0.14.8
hooks:
- id: ruff
name: ruff (linter)
Expand All @@ -14,7 +14,7 @@ repos:
name: ruff (formatter)

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommended

[Maintainability] The mirrors-mypy repository is deprecated. Consider switching to the official repository https://github.com/python/mypy.

Also, note that because language: system is configured, bumping this rev version does not update the actual mypy executable used (which is resolved from your local environment/PATH). It only updates the hook definition.

Context for Agents
The `mirrors-mypy` repository is deprecated. Consider switching to the official repository `https://github.com/python/mypy`.

Also, note that because `language: system` is configured, bumping this `rev` version does not update the actual `mypy` executable used (which is resolved from your local environment/PATH). It only updates the hook definition.

File: .pre-commit-config.yaml
Line: 17

hooks:
- id: mypy
language: system
Expand Down