Fix mypy.ini#61333
Closed
malfet wants to merge 1 commit into
Closed
Conversation
Contributor
💊 CI failures summary and remediationsAs of commit 9cf978a (more details on the Dr. CI page and at hud.pytorch.org/pr/61333):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Contributor
|
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
bhosmer
approved these changes
Jul 7, 2021
Contributor
|
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Contributor
Contributor
|
good catch! thanks for the fix |
Closed
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 25, 2026
Summary: Fixes CI regression caused by pytorch#61119 Unlike Python, `.ini` string lists could not end with trailing comma. Fixes CI on master Pull Request resolved: pytorch#61333 Reviewed By: bhosmer Differential Revision: D29578696 Pulled By: malfet fbshipit-source-id: b81e5f4c0a553299c4d4bee0a9bb73748910795f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes CI regression caused by #61119
Unlike Python,
.inistring lists could not end with trailing comma.Fixes CI on master