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
12 changes: 8 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand All @@ -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}}
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
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