From f628c1297e95ce81bfb55d8d9a8415612fb71cc9 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 25 May 2026 14:39:32 -0300 Subject: [PATCH 1/2] update --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2db9370..7d0cb29 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: blackdoc - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.14 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -73,7 +73,7 @@ repos: - id: nb-strip-paths - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.24.1 + rev: v1.25.2 hooks: - id: zizmor From b9796a0fdbf142fef7da4b2127810af2a051c0f9 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 25 May 2026 14:39:37 -0300 Subject: [PATCH 2/2] minor lint --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6b2fef..7342c28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [ "3.10", "3.14"] + python-version: [ "3.10", "3.14" ] os: [windows-latest, ubuntu-latest, macos-latest] fail-fast: false defaults: