From 05a9a4b10c8ee5e5279c8750fdafcfece928384c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:56:25 +0000 Subject: [PATCH] MAINT: autoupdate pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.5.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/ComPWA/policy: 0.3.4 → 0.3.9](https://github.com/ComPWA/policy/compare/0.3.4...0.3.9) - [github.com/streetsidesoftware/cspell-cli: v8.6.1 → v8.9.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.6.1...v8.9.0) - [github.com/ComPWA/mirrors-pyright: v1.1.357 → v1.1.369](https://github.com/ComPWA/mirrors-pyright/compare/v1.1.357...v1.1.369) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54ee8de..32091ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,14 +14,14 @@ repos: - id: check-useless-excludes - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.5.0 hooks: - id: ruff args: [--fix] - id: ruff-format - 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 @@ -66,7 +66,7 @@ repos: - --in-place - repo: https://github.com/ComPWA/policy - rev: 0.3.4 + rev: 0.3.9 hooks: - id: check-dev-files args: @@ -76,7 +76,7 @@ repos: - --repo-title=sphinx-hep-pdgref - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.6.1 + rev: v8.9.0 hooks: - id: cspell @@ -101,6 +101,6 @@ repos: - python - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.357 + rev: v1.1.369 hooks: - id: pyright