diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec569e2..801e712 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: metadata.vscode - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.5.0 hooks: - id: ruff args: [--fix] @@ -48,7 +48,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-case-conflict @@ -83,7 +83,7 @@ repos: - --in-place - repo: https://github.com/ComPWA/policy - rev: 0.3.5 + rev: 0.3.9 hooks: - id: check-dev-files args: @@ -94,7 +94,7 @@ repos: - --repo-title=Pawian Tools - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.6.1 + rev: v8.9.0 hooks: - id: cspell @@ -120,6 +120,6 @@ repos: - python - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.357 + rev: v1.1.369 hooks: - id: pyright