Skip to content

Commit ea6503b

Browse files
twslgithub-actions[bot]
authored andcommitted
chore: update files via copier
1 parent 82c7888 commit ea6503b

4 files changed

Lines changed: 32 additions & 33 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-66-g91654b3
2+
_commit: v0.4.0-70-g1da9e54
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ repos:
5757
- id: nbstripout
5858

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dynamic = [
2222
dependencies = [
2323
]
2424

25-
[project.optional-dependencies]
26-
extra = []
25+
#[project.optional-dependencies]
26+
#extra = []
2727

2828
[project.urls]
2929
homepage = "https://twsl.github.io/dbx-patch/"
@@ -46,7 +46,7 @@ members = [
4646

4747
[dependency-groups]
4848
dev = [
49-
"ruff>=0.15.1",
49+
"ruff>=0.15.2",
5050
"ty>=0.0.17",
5151
"bandit>=1.9.3",
5252
"prek>=0.3.3",
@@ -68,7 +68,7 @@ test = [
6868
]
6969
docs = [
7070
"mkdocs>=1.6.1",
71-
"mkdocs-material>=9.7.1",
71+
"mkdocs-material>=9.7.2",
7272
"mkdocs-git-revision-date-localized-plugin>=1.5.1",
7373
"mkdocs-awesome-nav>=3.3.0",
7474
"mkdocs-git-authors-plugin>=0.10.0",

uv.lock

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

0 commit comments

Comments
 (0)