proud-thailand-33415
07/11/2024, 10:30 AMproud-thailand-33415
07/12/2024, 12:13 PMwide-midnight-78598
07/12/2024, 12:18 PMproud-thailand-33415
07/12/2024, 12:23 PMproud-thailand-33415
07/12/2024, 12:49 PMpants export --resolve=isort
, but trying to enable resolves for that tool by setting [isort].enable_resolves = true
(or others like flake8
) results in the config being considered invalid.
In other words there's a path to this, but the tools haven't caught up yet, so updating docs would probably be a bit premature.wide-midnight-78598
07/12/2024, 12:52 PMproud-thailand-33415
07/12/2024, 12:53 PMstale-rose-15535
07/12/2024, 1:28 PM--resolve
is whatever has that particular requirement in it. It may be python-default
, or it may be a different lockfile if you have a separate one for specific tools. You first have to generate a lockfile, then you have to export a virtual environment off of that lockfile.proud-thailand-33415
07/12/2024, 1:30 PMpants export --resolve=isort
to export that, without needing to externally manage requirements specific to those tools
It doesn't sound like that's what you're doing, which is more in line with what the documentation currently directs you to do.stale-rose-15535
07/12/2024, 1:34 PMproud-thailand-33415
07/12/2024, 1:36 PMstale-rose-15535
07/12/2024, 1:40 PM