Skip to content

Commit 59f8e64

Browse files
authored
Merge pull request #65 from twsl/copier/update
chore(deps): bump copier project template to v0.4.1-13-g75e4cc7
2 parents 1723a6e + da5b83e commit 59f8e64

6 files changed

Lines changed: 26 additions & 26 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.4.1-9-g04aaf3c
2+
_commit: v0.4.1-13-g75e4cc7
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: uv sync --all-groups --all-extras --frozen
4949

5050
- name: Run prek
51-
uses: j178/prek-action@v1
51+
uses: j178/prek-action@v2
5252
continue-on-error: true
5353
env:
5454
SKIP: uv-lock

.github/workflows/copier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
echo "COPIER_COMMIT=$COMMIT" >> $GITHUB_ENV
8989
9090
- name: Run prek
91-
uses: j178/prek-action@v1
91+
uses: j178/prek-action@v2
9292
continue-on-error: true
9393
if: steps.check_changes.outputs.has_changes == 'true'
9494

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: pre-commit-update
1717

1818
- repo: https://github.com/astral-sh/uv-pre-commit
19-
rev: 0.10.10
19+
rev: 0.10.11
2020
hooks:
2121
- id: uv-lock
2222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
"ruff>=0.15.6",
5050
"ty>=0.0.23",
5151
"bandit>=1.9.4",
52-
"prek>=0.3.5",
52+
"prek>=0.3.6",
5353
"vulture>=2.15",
5454
"copier>=9.14.0",
5555
"ipykernel>=6.31.0",

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)