From 07be8bac7980d0fb341b9ff9a11f0716b44664c4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:36:57 +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.3.3 → v0.3.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.3.4) - [github.com/ComPWA/policy: 0.3.2 → 0.3.3](https://github.com/ComPWA/policy/compare/0.3.2...0.3.3) - [github.com/streetsidesoftware/cspell-cli: v8.6.0 → v8.6.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.6.0...v8.6.1) - [github.com/ComPWA/mirrors-pyright: v1.1.354 → v1.1.356](https://github.com/ComPWA/mirrors-pyright/compare/v1.1.354...v1.1.356) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3200f14..60473d8 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.3 + rev: v0.3.4 hooks: - id: ruff args: [--fix] @@ -83,7 +83,7 @@ repos: - --in-place - repo: https://github.com/ComPWA/policy - rev: 0.3.2 + rev: 0.3.3 hooks: - id: check-dev-files args: @@ -93,7 +93,7 @@ repos: - --repo-title=Pawian Tools - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.6.0 + rev: v8.6.1 hooks: - id: cspell @@ -119,6 +119,6 @@ repos: - python - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.354 + rev: v1.1.356 hooks: - id: pyright