Re: b4 type checking
Tamir Duberstein <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <CAJ-ks9kj-7raQr-vN2RSmsF44nhCSSuOX=k1g3ROgZPPy8UPdQ@mail.gmail.com> |
On Thu, Apr 2, 2026 at 4:44 PM Konstantin Ryabitsev <[email protected]> wrote: > > 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 Nice! Thanks. Tamir