diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 30382d4..ab6cd35 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -12,7 +12,7 @@ jobs: - name: Run 'pre-commit' uses: dycw/action-pre-commit@latest with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{secrets.GITHUB_TOKEN}} repos: |- dycw/pre-commit-hook-nitpick pre-commit/pre-commit-hooks @@ -22,21 +22,21 @@ jobs: - name: Run 'pyright' uses: dycw/action-pyright@latest with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{secrets.GITHUB_TOKEN}} python-version: "3.14" pytest: env: CI: "1" - name: pytest (${{ matrix.os }}, ${{ matrix.python-version }}, ${{ - matrix.resolution }}) - runs-on: ${{ matrix.os }} + name: pytest (${{matrix.os}}, ${{matrix.python-version}}, + ${{matrix.resolution}}) + runs-on: ${{matrix.os}} steps: - name: Run 'pytest' uses: dycw/action-pytest@latest with: - token: ${{ secrets.GITHUB_TOKEN }} - python-version: ${{ matrix.python-version }} - resolution: ${{ matrix.resolution }} + token: ${{secrets.GITHUB_TOKEN}} + python-version: ${{matrix.python-version}} + resolution: ${{matrix.resolution}} strategy: fail-fast: false matrix: @@ -53,4 +53,4 @@ jobs: - name: Run 'ruff' uses: dycw/action-ruff@latest with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 845423f..43eb7b2 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -10,4 +10,4 @@ jobs: - name: Tag latest commit uses: dycw/action-tag@latest with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{secrets.GITHUB_TOKEN}} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20a875b..d3a6a2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/dycw/pre-commit-hook-nitpick - rev: 0.7.3 + rev: 0.7.6 hooks: - args: - --description=Template for Python packages diff --git a/uv.lock b/uv.lock index 3c85e2c..6b08ac2 100644 --- a/uv.lock +++ b/uv.lock @@ -129,7 +129,7 @@ dev = [ [[package]] name = "dycw-utilities" -version = "0.172.7" +version = "0.173.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "atomicwrites" }, @@ -137,9 +137,9 @@ dependencies = [ { name = "tzlocal" }, { name = "whenever" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1e/48/c424a073fa819d339be60079106595be154faf82efed573ce2e9f58b24ab/dycw_utilities-0.172.7.tar.gz", hash = "sha256:4897e15357372701af215b99e79c081909ec1bae3cf788d4ffd60e2a8e581f6e", size = 163169, upload-time = "2025-12-24T01:03:16.861Z" } +sdist = { url = "https://files.pythonhosted.org/packages/33/fa/273bdfffffe3c56315ba8dfb6dc86517823a36babdc0173a04e24d3c028f/dycw_utilities-0.173.0.tar.gz", hash = "sha256:98600c22da92f88b02e40b7df61c61c8221a17502922efa8a89740e3e77bb6c7", size = 163122, upload-time = "2025-12-24T22:55:09.421Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/af/85/fcbfdc9faff63b1752bb1997ec0ce8d3dd63994e82595c48ebb68dc93f0b/dycw_utilities-0.172.7-py3-none-any.whl", hash = "sha256:f61c661bf291563c9f28a924ceac72fdefb06417931e928c1b445dbe47504f5b", size = 197273, upload-time = "2025-12-24T01:03:15.256Z" }, + { url = "https://files.pythonhosted.org/packages/62/3a/dfd84834c892fe8fec02b2952ae8693544fb14ea64d57d0d6d107b557d70/dycw_utilities-0.173.0-py3-none-any.whl", hash = "sha256:3f3b769fee3d441bae938223bb1efc5862493a359a95ee9d4a7eea15f17bc4b7", size = 197282, upload-time = "2025-12-24T22:55:07.896Z" }, ] [package.optional-dependencies]