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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: python3 -m pip install --user "tox>=4.0.0"

- name: Check out src from Git
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # needed by setuptools-scm

Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.9
rev: 0.9.11
hooks:
- id: uv-sync
- id: uv-lock
Expand All @@ -17,7 +17,7 @@ repos:
args: ["--upgrade"]
stages: [manual]
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.3.1
rev: v9.3.3
hooks:
- id: cspell
entry: bash
Expand Down Expand Up @@ -62,15 +62,15 @@ repos:
alias: toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.5
rev: v0.14.6
hooks:
- id: ruff-format
alias: ruff
- id: ruff-check
alias: ruff

- repo: https://github.com/jsh9/pydoclint
rev: "0.8.1"
rev: "0.8.2"
hooks:
- id: pydoclint
# This allows automatic reduction of the baseline file when needed.
Expand Down
Loading
Loading