Skip to content

Commit 1ea0613

Browse files
committed
update to ty >= 0.0.25
1 parent 946e9a0 commit 1ea0613

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

backend/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
dev = [
2626
"pytest<8.0.0,>=7.4.3",
2727
"mypy<2.0.0,>=1.8.0",
28-
"ty>=0.0.9",
28+
"ty>=0.0.25",
2929
"ruff<1.0.0,>=0.2.2",
3030
"prek>=0.2.24,<1.0.0",
3131
"coverage<8.0.0,>=7.4.3",
@@ -76,3 +76,6 @@ sort = "-Cover"
7676

7777
[tool.coverage.html]
7878
show_contexts = true
79+
80+
[tool.ty.terminal]
81+
error-on-warning = true

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[tool.uv.workspace]
22
members = ["backend"]
3-
4-
[tool.ty.terminal]
5-
error-on-warning = true

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)