Re: [PATCH b4 00/12] Enable stricter local checks
Tamir Duberstein <[email protected]>
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <CAJ-ks9nFGV2umd4pNG0WwmUPV6cVKB1mYdOKRekvADLo4e=gmQ@mail.gmail.com> |
On Fri, Apr 10, 2026 at 11:21 AM Konstantin Ryabitsev <[email protected]> wrote: > > On Fri, Apr 10, 2026 at 11:05:31AM -0400, Tamir Duberstein wrote: > > > The last patch wires the review TUI to run the same local checks through > > > a JSON-emitting series check helper, so reviewers can see ruff, mypy, > > > pyright, ty, and pytest results from b4 itself. > > > > > > Signed-off-by: Tamir Duberstein <[email protected]> > > > > Hi Konstantin, any interest in these changes? I see some of b4 has > > been moved to liblore, but I believe that package has the same type > > checking gaps. No worries if you're not interested in these patches, > > but I wanted to demonstrate that mypy (even in strict mode) is still > > quite lax (e.g. it doesn't warn on unreachable code). > > No, I do want to see them -- it's just with the latest changes in master the > series no longer applies and it got pushed down in priority. If you want to > target liblore first, that will be an easier target for me to take and then we > can revisit b4 linting changes. Good to hear. The liblore series is https://lore.kernel.org/all/[email protected]/. Cheers. Tamir