From 301f716182406921c7d40085d123e49a059fd045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:40:46 +0000 Subject: [PATCH 1/3] build(deps): bump Lightning-AI/utilities from 0.9.0 to 0.11.0 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.9.0 to 0.11.0. - [Release notes](https://github.com/lightning-ai/utilities/releases) - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md) - [Commits](https://github.com/lightning-ai/utilities/compare/v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index e5763fce3..59746ccfc 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -8,18 +8,18 @@ on: jobs: check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.0 with: azure-dir: ".azure" check-code: - uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.0 with: actions-ref: v0.8.0 extra-typing: typing check-package: - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.0 with: actions-ref: v0.8.0 artifact-name: dist-packages-${{ github.sha }} From 148a2c26fc6457765fd9c7fd5b0e56413334229e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:41:23 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 7b65cb285..258fb68cc 100644 --- a/tests/README.md +++ b/tests/README.md @@ -13,6 +13,5 @@ Following PR [#844](https://github.com/Lightning-AI/lightning-bolts/pull/844), a ### Example ```python -def test_this_thing(catch_warnings): - ... +def test_this_thing(catch_warnings): ... ``` From 4e48c4cc49fe60fbb98b302aa0a19573d9ec75dd Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:57:05 +0100 Subject: [PATCH 3/3] Apply suggestions from code review --- .github/workflows/ci-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 59746ccfc..374b80ccb 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -15,13 +15,13 @@ jobs: check-code: uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.0 with: - actions-ref: v0.8.0 + actions-ref: v0.11.0 extra-typing: typing check-package: uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.0 with: - actions-ref: v0.8.0 + actions-ref: v0.11.0 artifact-name: dist-packages-${{ github.sha }} import-name: "pl_bolts" testing-matrix: |