Re: b4 type checking
Konstantin Ryabitsev <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260402-wakeful-enthusiastic-labradoodle-5ce67d@lemur> |
On Thu, Apr 02, 2026 at 04:07:15PM -0400, Tamir Duberstein wrote: > Thanks. I think part of the problem is that you're using `uv tool run` > rather than `uv run`; this uses your global mypy instead of the > versioned one in pyproject.toml. Ok, I removed the stray ignores that were needed for older library versions. We now have: $ uv run --extra tui --extra completion mypy src/ Success: no issues found in 46 source files -- KR