From 7dc426c0b981c5293704ab2e52d9d8d4969c9b32 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:23 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.5.0) - [github.com/streetsidesoftware/cspell-cli: v8.8.2 → v8.9.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.2...v8.9.0) - [github.com/ComPWA/mirrors-pyright: v1.1.364 → v1.1.369](https://github.com/ComPWA/mirrors-pyright/compare/v1.1.364...v1.1.369) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d72fe5cb..9bcda56b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - id: colab-toc-visible - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.5 + rev: v0.5.0 hooks: - id: ruff args: [--fix] @@ -96,7 +96,7 @@ repos: - --in-place - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.8.2 + rev: v8.9.0 hooks: - id: cspell @@ -122,6 +122,6 @@ repos: - python - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.364 + rev: v1.1.369 hooks: - id: pyright