-
Notifications
You must be signed in to change notification settings - Fork 506
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
Fix #pyre-strict lint error in two files and add type error comments #1744
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/1744
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D53208789 |
…ytorch#1744) Summary: Fix #pyre-strict linting error using the PyreStrictLinter and silencing the resulting type errors using pyre -l path_to_file --output=json check | pyre-upgrade fixme Differential Revision: D53208789
a9b76b6
to
9c599ce
Compare
This pull request was exported from Phabricator. Differential Revision: D53208789 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D53208789 |
…ytorch#1744) Summary: Fix #pyre-strict linting error using the PyreStrictLinter and silencing the resulting type errors using pyre -l path_to_file --output=json check | pyre-upgrade fixme Differential Revision: D53208789
9c599ce
to
eb48cf9
Compare
This pull request was exported from Phabricator. Differential Revision: D53208789 |
…ytorch#1744) Summary: Fix #pyre-strict linting error using the PyreStrictLinter and silencing the resulting type errors using pyre -l path_to_file --output=json check | pyre-upgrade fixme Differential Revision: D53208789
eb48cf9
to
bef5b41
Compare
This pull request was exported from Phabricator. Differential Revision: D53208789 |
Summary:
Fix #pyre-strict linting error using the PyreStrictLinter and silencing the resulting type errors using
pyre -l path_to_file
--output=json check | pyre-upgrade fixme
Differential Revision: D53208789