Skip to content

Commit 106f5a5

Browse files
authored
Merge pull request #36 from twsl/copier/update
2 parents 745f14b + 7c32f25 commit 106f5a5

4 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.0-57-g8c7a50d
2+
_commit: v0.4.0-59-g9cc6968
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ repos:
5757
- id: nbstripout
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.15.0
60+
rev: v0.15.1
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.16
67+
rev: v0.0.17
6868
hooks:
6969
- id: ty-check
7070

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ members = [
4646

4747
[dependency-groups]
4848
dev = [
49-
"ruff>=0.15.0",
49+
"ruff>=0.15.1",
5050
"ty>=0.0.16",
5151
"bandit>=1.9.3",
5252
"prek>=0.3.2",

uv.lock

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

0 commit comments

Comments
 (0)