We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d70581 commit 5b1b66eCopy full SHA for 5b1b66e
.github/workflows/Lint-and-test.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Install dependencies
28
run: uv sync --all-extras --dev
29
- name: run ty check
30
- run: uvx ty check
+ run: uv run ty check
31
- name: Test with pytest
32
run: uv run pytest tests
pyproject.toml
@@ -25,6 +25,7 @@ saluki = "saluki.main:main"
25
[project.optional-dependencies]
26
dev = [
"pyright",
+ "ty",
"ruff",
"pytest",
"pytest-cov"
0 commit comments