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
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
python-version: "3.13"
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6
- name: Install just
run: sudo apt-get update && sudo apt-get install -y just
- uses: pre-commit/action@v3.0.1
# run pre-commit ci lite for automated fixes
- uses: pre-commit-ci/lite-action@v1.1.0
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
python-version: "3.13"
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v6
- name: Install just
run: sudo apt-get update && sudo apt-get install -y just
- name: Run coverage check and update badge
run: just coverage-check
- name: Verify coverage badge is up to date
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: yamllint
exclude: pre-commit-config.yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.15.10"
rev: "v0.15.11"
hooks:
- id: ruff-format
- id: ruff-check
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dev = [
"poethepoet>=0.34",
"pytest>=8.3.5",
"pytest-cov>=5",
"ruff>=0.15.10",
]
docs = [
"myst-nb>=1.2",
Expand Down
27 changes: 27 additions & 0 deletions uv.lock

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

Loading