diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5943dcc..fe7a0b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: @@ -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] @@ -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 @@ -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 @@ -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 @@ -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