Skip to content

dev deps: not a bug, but do not suggest "mypy" when I have "ty" #26116

Description

Type: Bug

In my pyproject.toml, I use
dev = [
# REQ.DEV.DEPS: External packages used for linting, testing, type checking, etc.
"pre-commit", # WHY: Pre-commit hooks for consistent formatting and linting.
"pytest", # WHY: Test framework for unit and integration tests.
"pytest-cov", # WHY: Test coverage reporting for quality metrics and CI gating.
"ruff", # WHY: Fast linting and formatting for Python code.
"ty", # WHY: Type checking for static analysis and type safety.
]
and it wants to suggest "mypy" instead of the new "ty". Please don't suggest going backwards for me and my students. Thank you.

VS Code version: Code 1.133.0 (a5b500951314efd502d07465bd138dfbd714a960, 2026-08-11T22:14:08Z)
OS version: Windows_NT x64 10.0.26200
Modes:

Metadata

Metadata

Labels

triage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions