From c99ebe26e16ee041159976aeeb9d60416160db6b Mon Sep 17 00:00:00 2001 From: Shane Maloney Date: Fri, 16 Aug 2024 17:14:35 +0100 Subject: [PATCH 1/2] Update cruft update --- .github/workflows/sub_package_update.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/sub_package_update.yml b/.github/workflows/sub_package_update.yml index 94a9e7e..0677948 100644 --- a/.github/workflows/sub_package_update.yml +++ b/.github/workflows/sub_package_update.yml @@ -28,11 +28,6 @@ jobs: branch: cruft/update commit-message: "Automatic package template update" title: Updates from the package template - - add-paths: .cruft.json - body: reject these changes for this repo. - branch: cruft/reject - commit-message: "Reject this package template update" - title: Reject new updates from package template steps: - uses: actions/checkout@v4 @@ -42,7 +37,7 @@ jobs: python-version: "3.11" - name: Install Cruft - run: python -m pip install cruft + run: python -m pip install git+https://github.com/Cadair/cruft@patch-p1 - name: Check if update is available continue-on-error: false From 33a2321ed217eb9722c5bd3a26a7986911839ffa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:15:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- chimerapy/chimera.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chimerapy/chimera.py b/chimerapy/chimera.py index 4462553..8d1a828 100644 --- a/chimerapy/chimera.py +++ b/chimerapy/chimera.py @@ -1,7 +1,4 @@ -""" - -""" - +""" """ import glob import sys