Hello Pants people! I hope you are having a lovely...
# general
g
Hello Pants people! I hope you are having a lovely day. What release are we predicting ruff support to show up? That is going to be a huge QoL for me and my team. One of my biggest pain points with previous Pants was all the flake8 integrations we used, and ruff is just in every way a better alternative here.
b
2.16.x, although I don't see it in https://www.pantsbuild.org/v2.16/docs/reference-all-subsystems šŸ‘€
Ah, but it is in the
.whl
g
Perfect! I'll start testing that out in my non-production projects. That also has the linux arm64 support as well, right?
b
Not sure what you mean. Ruff or Pants?
h
I will mention that the Ruff support, which we are all very excited about, is thanks to @bitter-ability-32190’s stellar work on integrating it!
b
As much as I'd love to claim credit here. @agreeable-microphone-98219 was the original implementor: https://github.com/pantsbuild/pants/commits/main/src/python/pants/backend/python/lint/ruff šŸŽ‰
g
Software development is a team sport, you are all doing a great job!
And my previous question was the Mac and Linux Arm64 support for Pants, specifically for when I'm using vscode devcontainers on my M1 Mac. I need the ability to do local development directly on my Mac, in a devcontainer on my Mac, and in a devcontainer in GitHub CodeSpaces. The first and last option already work, the middle option I think I read somewhere is in progress but I don't remember on which tag.
h
Ah yes, @agreeable-microphone-98219 is the originator!! All great work all around!