broad-processor-92400
04/01/2024, 11:53 PMpants.toml
to have pants_version = "2.20.0rc2"
, and run your usual commands locally and in your CI
• Look over the release notes https://github.com/pantsbuild/pants/blob/main/src/python/pants/notes/2.20.x.md and try any new features or fixes that seem exciting
Thank you!bumpy-noon-80834
04/02/2024, 10:59 AM$ pants lint ::
18:54:57.04 [INFO] Completed: Lint with `ruff check` - ruff check succeeded.
All checks passed!
18:54:57.04 [INFO] Completed: Format with `ruff format` - ruff format made no changes.
18:54:57.09 [INFO] Completed: Format with Ruff - ruff made no changes.
✓ ruff succeeded.
✓ ruff check succeeded.
✓ ruff format succeeded.
better-van-82973
04/02/2024, 1:59 PM