Re: [PATCH v2 00/14] Harden local type checking and test mocking
Tamir Duberstein <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <CAJ-ks9=sT+7_D+QnN6RLid-1izKLWZqTcPwqVB+dAdRr3Ns5_A@mail.gmail.com> |
On Tue, Apr 14, 2026 at 1:28 PM Konstantin Ryabitsev <[email protected]> wrote: > > > On Mon, 13 Apr 2026 18:08:14 -0400, Tamir Duberstein wrote: > > Harden local type checking and test mocking > > > > This series raises the local quality floor by making the type-checking > > tooling stricter and by removing test patterns that rely on unsafe or > > poorly typed mocks. > > > > It starts by wiring the repository into b4 CI checks, then adds ruff, > > pyright, and ty so the same checks run consistently in one place. After > > that, it removes suppressions incrementally by making the code and tests > > more explicit and better typed: typed keyword forwarding in > > from_git_config, a typed authheaders integration, and test-local > > subclasses instead of method reassignment. > > > > [...] > > Applied, thanks! Thanks! Should I revive the b4 series, or wait until you've bumped the liblore pointer there?