<@U02Q3KHC59B> just a peer behind the curtain of t...
# development
b
@sparse-lifeguard-95737 just a peer behind the curtain of the upcoming additional changes to make the lint/fmt stuff easier: • Prefactor: https://github.com/pantsbuild/pants/pull/17085 (otherwise we'd hit mypy issues in a future change) • Prefactor: https://github.com/pantsbuild/pants/pull/17084 (I think
test
could use this as well, keep an eye out) • Upcoming: Change
LintRequest.name
to be
LintRequest.tool_subsystem
, a
ClassVar[type[SkippableSubsystem]]
where
SkippableSubsystem
is a
Protocol
of
skip: SkipOption
• Upcoming: Add a new arg to
registration_rules
, a
bool
which if
True
(not the default? unsure) will register a "default" implementation of the partitioner rule I think
test
can join in on these changes, and also `fmt`/`lint` can use your
Partition
change for upfront descriptions.
s
👍 I’m going to be on vacation from this Friday through the 17th so I’m trying to get the first draft of pytest-batching hacked out by then, but I can help out with any cleanup / consolidation once I’m back!
b
I see these changes taking the long arc of 2.15.x, honestly. So no rush 😛