Skip to content

Commit d9d1ce1

Browse files
committed
fix: change mypy for ty
Signed-off-by: Stefano Braghin <527806+stefano81@users.noreply.github.com>
1 parent 5da92c0 commit d9d1ce1

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
uv run ruff format --check src/ tests/
4141
42-
- name: Run mypy type checking
42+
- name: Run ty type checking
4343
run: |
44-
uv run mypy src/
44+
uv run ty check
4545
continue-on-error: true

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ dev = [
6262
# "git+https://github.com/explosion/spacy-models/releases/download/ja_core_news_sm-3.7.0/ja_core_news_sm-3.7.0-py3-none-any.whl",
6363
# "git+https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-3.7.0/xx_ent_wiki_sm-3.7.0-py3-none-any.whl",
6464
"httpx==0.27.2",
65-
"mypy==1.18.2",
6665
"pylint==4.0.4",
6766
"notebook==7.2.2",
6867
"pytest-faker",

uv.lock

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

0 commit comments

Comments
 (0)