Skip to content

Commit 5b1b66e

Browse files
authored
install ty as devdep, use in ci
1 parent 8d70581 commit 5b1b66e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Install dependencies
2828
run: uv sync --all-extras --dev
2929
- name: run ty check
30-
run: uvx ty check
30+
run: uv run ty check
3131
- name: Test with pytest
3232
run: uv run pytest tests

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ saluki = "saluki.main:main"
2525
[project.optional-dependencies]
2626
dev = [
2727
"pyright",
28+
"ty",
2829
"ruff",
2930
"pytest",
3031
"pytest-cov"

0 commit comments

Comments
 (0)