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: 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