-
-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format build files #16650
Format build files #16650
Conversation
Ran `./pants fmt src/python/::` and black modified those build files... there is probably something that needs to be enabled in CI so those files don't regress.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./pants lint ::
should catch this, along with ./pants --changed-since=<> lint
. Although that only started working in Pants 2.13
Oh, @thejcannon , |
🤦 |
Make an issue and assign me. Ill work on it ASAP, but might not finish today |
CI Passed (previous failure was a flake) |
Ran `./pants fmt src/python/::` and black modified those build files... there is probably something that needs to be enabled in CI so those files don't regress. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
Ran `./pants fmt src/python/::` and black modified those build files... there is probably something that needs to be enabled in CI so those files don't regress. [ci skip-rust]
Ran
./pants fmt src/python/::
and black modified those build files...there is probably something that needs to be enabled in CI so those
files don't regress.