cool-easter-32542
04/10/2023, 10:39 AM2.16.0rc0 and simply added the tools I want (pylint, black, isort) to my requirements.txt and
pants generate-lockfiles --resolve=python-default
pants export --py-resolve-format=symlinked_immutable_virtualenv --resolve=python-default
set dist/export/python/virtualenvs/python-default/3.10.10/bin/python as Interpreter
and vscode linting and black formatting is working. "Sort imports" however is not. Running the fmt goal does however sort the imports.
I will sort them with the fmt goal for now.
pantsbuild/pants