Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -53,4 +53,4 @@ jobs:
- name: Run 'ruff'
uses: dycw/action-ruff@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Tag latest commit
uses: dycw/action-tag@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading