Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/templating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- id: read-release-drafter-categories
run: |
JSON_CONTENT=$(cat .github/workflow_inputs/release_drafter_categories.json | jq -c .)
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:

## Check the pyproject.toml file
- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2026.01.10
rev: 2026.01.22
hooks:
- id: validate-pyproject
priority: 0
Expand All @@ -56,7 +56,7 @@ repos:

## Check for spelling
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.42.0
rev: v1.42.1
hooks:
- id: typos
priority: 0
Expand Down Expand Up @@ -124,15 +124,15 @@ repos:

## Format configuration files with prettier
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.0
rev: v3.8.1
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
priority: 1

## Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.13
rev: v0.14.14
hooks:
- id: ruff-format
priority: 1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -360,5 +360,5 @@ dev = [
{include-group = "test"},
"lit>=18.1.8",
"nox>=2025.11.12",
"ty==0.0.12",
"ty==0.0.13",
]
43 changes: 21 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading