Using `jj fix` with pipelint can be very slow (multiple minutes for a larger patch stack). The main culprit on my machine is mach's telemetry because the pipelint script invokes `mach` separately for each file. Setting the `DISABLE_TELEMETRY` environment variable in the pipelint script makes it much faster.
Bug 2009419 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Using `jj fix` with pipelint can be very slow (> 5-8 minutes for a larger patch stack). The main culprit on my machine is mach's telemetry because the pipelint script invokes `mach` separately for each file. Setting the `DISABLE_TELEMETRY` environment variable in the pipelint script makes it much faster (~35 seconds).