diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 2ac692d..1826772 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -23,6 +23,6 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/linting@eec857fd453c82e80f724869d952d2ef27d8609c # v0.108.0 + - uses: UCL-MIRSG/.github/actions/linting@1287e3a2d7a0a513066b1b04d3d2814b44e96ac9 # v0.124.0 with: pre-commit-config: ./.pre-commit-config.yaml diff --git a/.github/workflows/manage-projects.yaml b/.github/workflows/manage-projects.yaml index 4a5c631..2a70936 100644 --- a/.github/workflows/manage-projects.yaml +++ b/.github/workflows/manage-projects.yaml @@ -10,7 +10,7 @@ jobs: add-issue-to-project: runs-on: ubuntu-latest steps: - - uses: UCL-MIRSG/.github/actions/add-to-project@eec857fd453c82e80f724869d952d2ef27d8609c # v0.108.0 + - uses: UCL-MIRSG/.github/actions/add-to-project@1287e3a2d7a0a513066b1b04d3d2814b44e96ac9 # v0.124.0 with: app-id: ${{ secrets.APP_ID }} app-pem: ${{ secrets.APP_PEM }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8929f42..760f704 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ --- repos: - repo: https://github.com/UCL-MIRSG/.github - rev: v0.108.0 + rev: v0.124.0 hooks: - id: mirsg-hooks diff --git a/src/drc_containers/email_chenies.py b/src/drc_containers/email_chenies.py index 7ba2858..6e4c02b 100644 --- a/src/drc_containers/email_chenies.py +++ b/src/drc_containers/email_chenies.py @@ -206,7 +206,7 @@ def main(args=None): """Entrypoint for email_chenies, as listed in pyproject.toml. Args: - args: list of arguments. If not set these wil be read from the + args: list of arguments. If not set these will be read from the command-line When called by the container, this method is called with no arguments, so diff --git a/src/drc_containers/email_listmode.py b/src/drc_containers/email_listmode.py index 9a018c4..5d02f65 100644 --- a/src/drc_containers/email_listmode.py +++ b/src/drc_containers/email_listmode.py @@ -257,7 +257,7 @@ def main(args=None): """Entrypoint for email_listmode, as listed in pyproject.toml. Args: - args: list of arguments. If not set these wil be read from the + args: list of arguments. If not set these will be read from the command-line When called by the container, this method is called with no arguments, so diff --git a/src/drc_containers/email_radreads.py b/src/drc_containers/email_radreads.py index 087322b..18a7444 100644 --- a/src/drc_containers/email_radreads.py +++ b/src/drc_containers/email_radreads.py @@ -256,7 +256,7 @@ def main(args=None): """Entrypoint for email_radreads, as listed in pyproject.toml. Args: - args: list of arguments. If not set these wil be read from the + args: list of arguments. If not set these will be read from the command-line When called by the container, this method is called with no arguments, so