-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Let ufmt check run without pre-commit #5454
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
Conversation
💊 CI failures summary and remediationsAs of commit 6c41e4b (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
I wonder if we should still keep the lint workflow failing until they fix it on ufmt's side, rather than risk merging un-formatted PRs? |
Or, if this is a |
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.
LGTM!
Summary: Copycat of pytorch/vision#5454 Pull Request resolved: #241 Reviewed By: NivekT Differential Revision: D34399601 Pulled By: ejguan fbshipit-source-id: d1b5914542934b82ed0c7c8f77eba8682ae1ac5b
This reverts commit 9301685.
Summary: * disable ufmt pre-commit hook * run ufmt outside of pre-commit Reviewed By: jdsgomes Differential Revision: D34475314 fbshipit-source-id: 8f35f71aadea65c2c09172ad39473d5f145fba98
Until omnilib/ufmt#56 is resolved, the
ufmt
hook cannot be installed and thus breaks the whole lint CI workflow (see for example https://app.circleci.com/pipelines/github/pytorch/vision/14964/workflows/2a6aab2b-9629-44ae-bf50-2b9c42dc85ca/jobs/1205317). Thus, we should disable it for now and wait until this is fixed upstream.