SJ
SJ
Isn't this what `code_quality_tool` is for? But yes, I've agreed with this position for a while :)
I don't know if this works as any of the tailor stuff I run is pretty basic, but would something like this work for you? I'm not entirely sure if...
I'll concede, I'm a bit confused as to your workflow now. > support running an auto-format binary after pants tailor > by default, pants tailor creates BUILD files that do...
So, in `pants` it's pretty typical to chain goals as a single command: `pants fix fmt lint check ::` That's a very common paradigm, so `pants tailor fmt ::` would...
@AlexTereshenkov @huonw @kaos cc @tdyas Thoughts on this PR, as well as my desire to add a "generate pyright builtins.pyi" file from `help` re: consolidated approach to "helpers"? We have...
> Just brainstorming: what about a `pants help-all --format=...` option, potentially with 3 values: > > * `pants` (or something): current default JSON output > * `json-schema`: the functionality in...
> > `help-all` still only shows JSON for the currently active backends right? > > yes. > > EDIT: actually, it also includes info on _all_ backends, so you can...
@stuhood Sure, whatever you think the most optimal way of going through this is. The essence of what I bought up was in the meeting was that, I want faster...
Oh, also @stuhood @benjyw - is call-by-name intended to be a full replacement for the existing pattern or an 'also we have this'? I ask because I'm wondering if it's...
Gotcha, so essentially a forced migration for in-repo plugins