Skip to content
Closed
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/uv-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
- name: Cache pre-commit
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml', 'project_name/.pre-commit-config.yaml.jinja') }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ repos:

# python formatting and linting
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
rev: 25.12.0
hooks:
- id: black
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.20.0
hooks:
- id: blacken-docs
additional_dependencies: [black==25.11.0]
additional_dependencies: [black==25.12.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.8
hooks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
id-token: write
steps:
- name: Download package distributions
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: Packages
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion project_name/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ repos:
rev: <placeholder_until_update_deps>
hooks:
- id: blacken-docs
additional_dependencies: [black==25.11.0]
additional_dependencies: [black==25.12.0]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: <placeholder_until_update_deps>
hooks:
Expand Down