Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:

## Check JSON schemata
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.2
rev: 0.37.3
hooks:
- id: check-github-workflows
priority: 0
Expand All @@ -54,7 +54,7 @@ repos:

## Ensure uv.lock is up to date
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.19
rev: 0.11.21
hooks:
- id: uv-lock
priority: 0
Expand Down Expand Up @@ -104,7 +104,7 @@ repos:

## Format configuration files with prettier
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.3
rev: v3.8.4
hooks:
- id: prettier
types_or: [yaml, html, css, scss, javascript, json, json5]
Expand Down Expand Up @@ -145,7 +145,7 @@ repos:

## Format and lint Python files with ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.16
rev: v0.15.17
hooks:
- id: ruff-format
types_or: [python, pyi, jupyter, markdown]
Expand All @@ -156,7 +156,7 @@ repos:

## Check Python types with ty
- repo: https://github.com/astral-sh/ty-pre-commit
rev: v0.0.47
rev: v0.0.49
hooks:
- id: ty
args: [--only-dev]
Expand Down
Loading