From c83d1cb22184b949ffad120b5652a4e686bf98da Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 00:08:05 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#237) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/workflows/qt_viz_tests.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qt_viz_tests.yml b/.github/workflows/qt_viz_tests.yml index 7888b133..dc47a622 100644 --- a/.github/workflows/qt_viz_tests.yml +++ b/.github/workflows/qt_viz_tests.yml @@ -75,7 +75,7 @@ jobs: python -m pip install -ve .${PIP_OPTION} PyQt5 if [[ "${{ matrix.pip }}" == "pre" ]]; then echo "Upgrading to pre-release NumPy, SciPy, and matplotlib" - python -m pip install --upgrade --pre --only-binary ":all:" --default-timeout=60 --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" numpy scipy matplotlib + python -m pip install --upgrade --pre --only-binary ":all:" --default-timeout=60 --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" numpy "scipy==1.12.0" matplotlib fi - run: ./tools/get_testing_version.sh name: 'Get testing version' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f571a5b7..a13fd442 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.2 + rev: v0.3.3 hooks: - id: ruff args: ["--fix"]