Skip to content

Commit f742c28

Browse files
twslgithub-actions[bot]
authored andcommitted
chore: update files via copier
1 parent c1854d8 commit f742c28

6 files changed

Lines changed: 83 additions & 80 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.2-24-g88c8d23
2+
_commit: v0.4.2-36-g17f5609
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: [email protected]
55
author_username: twsl

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"autoDocstring.generateDocstringOnEnter": true,
8989
"autoDocstring.startOnNewLine": true,
9090
"telemetry.telemetryLevel": "off",
91+
"git.addAICoAuthor": "off",
9192
"files.eol": "\n",
9293
"code-eol.highlightNonDefault": true,
9394
"code-eol.highlightExtraWhitespace": true

.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.11.7
19+
rev: 0.11.8
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.11
60+
rev: v0.15.12
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.31
67+
rev: v0.0.34
6868
hooks:
6969
- id: ty-check
7070

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@
4141
"autoDocstring.generateDocstringOnEnter": true,
4242
"autoDocstring.startOnNewLine": true,
4343
"http.proxyStrictSSL": false,
44-
"telemetry.telemetryLevel": "off"
44+
"telemetry.telemetryLevel": "off",
45+
"git.addAICoAuthor": "off"
4546
}

pyproject.toml

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

4747
[dependency-groups]
4848
dev = [
49-
"ruff>=0.15.10",
50-
"ty>=0.0.31",
49+
"ruff>=0.15.12",
50+
"ty>=0.0.32",
5151
"bandit>=1.9.4",
52-
"prek>=0.3.9",
52+
"prek>=0.3.10",
5353
"vulture>=2.16",
5454
"copier>=9.14.3",
5555
"ipykernel>=7.2.0",
5656
"ipywidgets>=8.1.8",
57-
"ipython>=9.10.1",
57+
"ipython>=9.13.0",
5858
"jupytext>=1.19.1",
5959
"nbconvert>=7.17.1",
6060
]
@@ -76,7 +76,7 @@ docs = [
7676
"markdown-callouts>=0.4.0",
7777
"pymdown-extensions>=10.21.2",
7878
"pygments>=2.20.0",
79-
"mkdocs-jupyter>=0.26.2",
79+
"mkdocs-jupyter>=0.26.3",
8080
]
8181
debug = [
8282
"ipdb>=0.13.9",

0 commit comments

Comments
 (0)