Re: [PATCH b4 0/6] review-tui: worktree-aware takes, resolve take->merge conflicts in place

Konstantin Ryabitsev <[email protected]> Tue, 23 Jun 2026 16:34:34 -0400
Newsgroups org.kernel.linux.tools
Message-ID <20260623-ancient-artichoke-mandrill-9c7ed8@meerkat>
On Tue, Jun 23, 2026 at 10:18:40PM +0200, Christian Brauner wrote:
> Sure. I fixed all mypy errors. There's a bunch of pre-existing ones:
> 
> - ty (121)
>   all in 11 untouched files (misc/send-receive.py, __init__.py, the
>   other TUI modules...) . Pre-existing on master, newly surfaced by
>   ty 0.0.52 release and the all = "error" config.
> 
> - pytest (9)
>   test_ez::test_trailers ×4 and test_mbox::test_shazam ×5. They exercise
>   ez.py/mbox.py code byte-identical to master, so they fail identically
>   there.

Oh, interesting. It's all green on my side, but let me see if I can dig up why
we're getting different results.

-K