diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 6c8d076..2672f45 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -12,18 +12,20 @@ jobs: - name: Run 'pre-commit' uses: dycw/action-pre-commit@latest with: - token: ${{secrets.GITHUB_TOKEN}} repos: |- dycw/conformalize pre-commit/pre-commit-hooks + token-checkout: ${{secrets.GITHUB_TOKEN}} + token-uv: ${{secrets.GITHUB_TOKEN}} pyright: runs-on: ubuntu-latest steps: - name: Run 'pyright' uses: dycw/action-pyright@latest with: - token: ${{secrets.GITHUB_TOKEN}} python-version: "3.14" + token-checkout: ${{secrets.GITHUB_TOKEN}} + token-uv: ${{secrets.GITHUB_TOKEN}} pytest: env: CI: "1" @@ -34,9 +36,10 @@ jobs: - name: Run 'pytest' uses: dycw/action-pytest@latest with: - token: ${{secrets.GITHUB_TOKEN}} python-version: ${{matrix.python-version}} resolution: ${{matrix.resolution}} + token-checkout: ${{secrets.GITHUB_TOKEN}} + token-uv: ${{secrets.GITHUB_TOKEN}} strategy: fail-fast: false matrix: @@ -53,4 +56,5 @@ jobs: - name: Run 'ruff' uses: dycw/action-ruff@latest with: - token: ${{secrets.GITHUB_TOKEN}} + token-checkout: ${{secrets.GITHUB_TOKEN}} + token-ruff: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 43eb7b2..95eb1ed 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -10,4 +10,5 @@ jobs: - name: Tag latest commit uses: dycw/action-tag@latest with: - token: ${{secrets.GITHUB_TOKEN}} + token-checkout: ${{secrets.GITHUB_TOKEN}} + token-uv: ${{secrets.GITHUB_TOKEN}} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26c69f8..53d32f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/dycw/conformalize - rev: 0.10.9 + rev: 0.12.0 hooks: - args: - --description=Template for Python packages @@ -10,7 +10,6 @@ repos: - --github--pull-request--pyright - --github--pull-request--pytest--os--macos - --github--pull-request--pytest--os--ubuntu - - --github--pull-request--pytest--python-version--default - --github--pull-request--pytest--resolution--highest - --github--pull-request--ruff - --github--push--tag @@ -45,7 +44,7 @@ repos: - --autofix - id: trailing-whitespace - repo: https://github.com/dycw/actions - rev: 0.3.30 + rev: 0.3.31 hooks: - id: format-requirements - id: replace-sequence-strs diff --git a/uv.lock b/uv.lock index 64be648..4338401 100644 --- a/uv.lock +++ b/uv.lock @@ -183,14 +183,14 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.148.9" +version = "6.148.11" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b4/1b/de4a349fe5942e500c3f6b0e61e09347d9fefab9e1ac7048c909080a31a0/hypothesis-6.148.9.tar.gz", hash = "sha256:6ec0696ed2fff8c514d61b6f1ca2cd1cb00c948ffd18cab1877c941c0ddb2839", size = 471562, upload-time = "2026-01-01T04:52:54.005Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d2/98/ccbc8a02b4e2c27e40e61718419aa0195b55bcd69260e81270b9ff39d61e/hypothesis-6.148.11.tar.gz", hash = "sha256:4f3c38030d0f0b38c8b7153d6907892e6fcac9ecb0410e627d6af2cea677f92c", size = 471909, upload-time = "2026-01-03T21:10:45.114Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ac/65/c7fbad05a0ace913b60342d36d1b871edc861f81ab98f60a298a781144a5/hypothesis-6.148.9-py3-none-any.whl", hash = "sha256:c514fcca90eded0e6b56d4df4bc41db935cb4635a9fe3ec9be21d09243ca983b", size = 538490, upload-time = "2026-01-01T04:52:51.353Z" }, + { url = "https://files.pythonhosted.org/packages/44/da/cf5888306ed6cfd76b50c736e996400b5ede43f28da967986b9f1138fabd/hypothesis-6.148.11-py3-none-any.whl", hash = "sha256:397b3fd13d0906cf5ece76f5da340a0fbb07bd18ab61ac41a7982ceb080312f0", size = 538838, upload-time = "2026-01-03T21:10:42.843Z" }, ] [[package]]