From c7c9dcc79008360652dd21c471aa08eb51f9722e Mon Sep 17 00:00:00 2001 From: rg936672 <162452529+rg936672@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:07:38 +0100 Subject: [PATCH] docs: make it clearer what the `check-requirements-docs` hook does --- .github/workflows/uv_lock_autoupdate.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uv_lock_autoupdate.yml b/.github/workflows/uv_lock_autoupdate.yml index c51ff567..d1937d2f 100644 --- a/.github/workflows/uv_lock_autoupdate.yml +++ b/.github/workflows/uv_lock_autoupdate.yml @@ -126,7 +126,7 @@ jobs: if: steps.commit_lockfile.conclusion == 'success' || ( steps.main_lockfile.outputs.hash != steps.new_lockfile.outputs.hash ) env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} - run : | + run: | export title="chore(deps): autoupdate uv.lock" export body=$( cat ${{ env.update_message_path }} ) export pr_number=${{ steps.create_branch.outputs.pr_number }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e7cc005..f5844d2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: (?x)^( examples/.+/.+.(gif|png) )$ - # Keep requirements-docs is up to date + # Keep requirements-docs.txt in sync with uv.lock - id: check-requirements-docs name: Keep requirements-docs.txt in sync with uv.lock language: system