Skip to content

Commit 17ce0f4

Browse files
committed
Refactor a good part of the model field typing
1 parent cdb7697 commit 17ce0f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1734
-2155
lines changed

Tekst-API/.justfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ check:
2222
uv run ruff format . --check
2323
uv run ruff check . --extend-select N
2424

25+
# run static type checker
26+
# (this is a separate task for now because the
27+
# project's initial adaption to ty isn't finished, yet)
28+
typecheck:
29+
uvx ty check
30+
2531
# run tests
2632
tests ARGS="": install (services-up "test") && (services-down "test")
2733
-TEKST_CUSTOM_ENV_FILE=.env.test uv run pytest {{ARGS}}

0 commit comments

Comments
 (0)