From 1346740fdfc03e5e13cad370eb617532d04cac1e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:51:08 +0200 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate (#28) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58ca8b6..8415b2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # ruff PyBispectra - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.6.8 hooks: - id: ruff name: ruff lint pybispectra @@ -10,7 +10,7 @@ repos: # ruff examples - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.7 + rev: v0.6.8 hooks: - id: ruff name: ruff lint examples @@ -36,7 +36,7 @@ repos: # rstcheck - repo: https://github.com/rstcheck/rstcheck.git - rev: v6.2.0 + rev: v6.2.4 hooks: - id: rstcheck additional_dependencies: From 5e1e8507542e29d74e23e27641a27aece119cd93 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:31:15 +0200 Subject: [PATCH 2/3] [pre-commit.ci] pre-commit autoupdate (#30) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 8415b2a..c68ea7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # ruff PyBispectra - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: - id: ruff name: ruff lint pybispectra @@ -10,7 +10,7 @@ repos: # ruff examples - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.6.9 hooks: - id: ruff name: ruff lint examples From 7b6cef501cce48e03dd41eaaa6e542ac9c0156e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:01:00 +0200 Subject: [PATCH 3/3] Bump mamba-org/setup-micromamba from 1 to 2 (#29) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas S. Binns --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index ec7f435..85fd6d7 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -77,7 +77,7 @@ jobs: with: qt: true pyvista: false - - uses: mamba-org/setup-micromamba@v1 + - uses: mamba-org/setup-micromamba@v2 with: environment-file: environment.yml create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces