Skip to content

Commit 6e96136

Browse files
authored
Merge pull request #54 from twsl/copier/update
chore(deps): bump copier project template to v0.4.0-100-ga420d79
2 parents 4b12f87 + 6efc249 commit 6e96136

4 files changed

Lines changed: 57 additions & 57 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.0-94-g6caf2ea
2+
_commit: v0.4.0-100-ga420d79
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.8
19+
rev: 0.10.9
2020
hooks:
2121
- id: uv-lock
2222

@@ -57,14 +57,14 @@ repos:
5757
- id: nbstripout
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.15.4
60+
rev: v0.15.5
6161
hooks:
6262
- id: ruff-check
6363
args: [--fix, -v]
6464
- id: ruff-format
6565

6666
- repo: https://github.com/allganize/ty-pre-commit
67-
rev: v0.0.20
67+
rev: v0.0.21
6868
hooks:
6969
- id: ty-check
7070

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ members = [
4646

4747
[dependency-groups]
4848
dev = [
49-
"ruff>=0.15.4",
50-
"ty>=0.0.20",
49+
"ruff>=0.15.5",
50+
"ty>=0.0.21",
5151
"bandit>=1.9.4",
5252
"prek>=0.3.4",
53-
"vulture>=2.14",
54-
"copier>=9.12.0",
53+
"vulture>=2.15",
54+
"copier>=9.13.0",
5555
"ipykernel>=6.31.0",
5656
"ipywidgets>=8.1.8",
5757
"ipython>=9.10.0",

0 commit comments

Comments
 (0)