Skip to content
Draft
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
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.7.4
rev: 0.7.5
hooks:
- id: check-dev-files
args:
Expand All @@ -28,7 +28,7 @@ repos:
- --repo-title=PWA Pages

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.1
rev: v0.14.10
hooks:
- id: ruff-check
args: [--fix]
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
- --in-place

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.34.1
rev: 0.36.0
hooks:
- id: check-jsonschema
name: Check project inventory YAML files
Expand All @@ -86,12 +86,12 @@ repos:
args: ["--schemafile", "./docs/software/project-inventory-schema.json"]

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.2.0
rev: v9.4.0
hooks:
- id: cspell

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 3.4.0
rev: 3.6.0
hooks:
- id: editorconfig-checker
name: editorconfig
Expand All @@ -112,7 +112,7 @@ repos:
- python

- repo: https://github.com/ComPWA/pyright-pre-commit
rev: v1.1.406
rev: v1.1.407
hooks:
- id: pyright

Expand All @@ -126,6 +126,6 @@ repos:
files: (docs/software/.*\.json|src/pwa_pages/project_inventory.py)

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.4
rev: 0.9.21
hooks:
- id: uv-lock
Loading