careful-address-89803
01/26/2024, 3:50 AMpants export --resolve=black
). Is there an existing way to enable that?careful-address-89803
01/29/2024, 8:00 AMexport
to target a user lockfile here.
The generate-lockfiles
goal doesn't. Thought on enabling exporting tools from their default lockfile?rhythmic-glass-66959
02/14/2024, 10:19 PMNo resolve named black found in [python].resolves.
Did you find a solution?careful-address-89803
02/15/2024, 1:23 AMcareful-address-89803
02/19/2024, 3:52 AM[python.resolves]
black='<resource://pants.backend.python.lint.black/black.lock>'
where the lockfile name is resource://{package}/{file}
, and the values for those are found as the subsystem's default_lockfile_resource
.
I'm more documenting this rather than suggesting it. I think it's more worthwhile to work on exporting all tools again.