From fba7bbd4524d9c2ee5a190fd134b12b3acd77320 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:32:10 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#258) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [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/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) * Update tests.yml * Update tests.yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Dan Foreman-Mackey --- .github/workflows/tests.yml | 5 +---- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 860cb71..caad234 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,12 +15,9 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11", "3.12"] nox-session: ["tests"] include: - - os: macos-latest - python-version: "3.10" - nox-session: "tests" - os: ubuntu-latest python-version: "3.10" nox-session: "lint" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e43da26..23b0d7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,7 +20,7 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: "24.3.0" + rev: "24.4.2" hooks: - id: black-jupyter - repo: https://github.com/kynan/nbstripout