Commit 0eb29c5
committed
chore: increase pants lint batch_size to reduce ruff process spawning
Default batch_size of 128 spawns ~48 ruff processes for the current
codebase (~6.1k Python files). Bumping to 1024 reduces this to ~6,
cutting per-process startup overhead while still allowing parallelism
across cores.1 parent 584d934 commit 0eb29c5
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
0 commit comments