-
-
Notifications
You must be signed in to change notification settings - Fork 372
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 type errors in Pyright #999
Merged
Merged
Commits on Aug 10, 2022
-
MyPy treats the user-declared `MYPY` constant equivalently to `typing.TYPE_CHECKING` (see https://mypy.readthedocs.io/en/stable/more_types.html#conditional-overloads). This can be used to trick other type checkers into ignoring MyPy-specific types. `AttrsInstance` needs to be declared in a separate stub file so as to not export `MYPY`.
Configuration menu - View commit details
-
Copy full SHA for a804a4d - Browse repository at this point
Copy the full SHA a804a4dView commit details -
`x as y` only works if x and y are the same.
Configuration menu - View commit details
-
Copy full SHA for add19e5 - Browse repository at this point
Copy the full SHA add19e5View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 207e630 - Browse repository at this point
Copy the full SHA 207e630View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ed30cf - Browse repository at this point
Copy the full SHA 8ed30cfView commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 96c1473 - Browse repository at this point
Copy the full SHA 96c1473View commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c227b2f - Browse repository at this point
Copy the full SHA c227b2fView commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ce67df1 - Browse repository at this point
Copy the full SHA ce67df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52783d - Browse repository at this point
Copy the full SHA f52783dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c64057a - Browse repository at this point
Copy the full SHA c64057aView commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6630909 - Browse repository at this point
Copy the full SHA 6630909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94acd6a - Browse repository at this point
Copy the full SHA 94acd6aView commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 27346e5 - Browse repository at this point
Copy the full SHA 27346e5View commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 88f175a - Browse repository at this point
Copy the full SHA 88f175aView commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6240fb5 - Browse repository at this point
Copy the full SHA 6240fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80464b2 - Browse repository at this point
Copy the full SHA 80464b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda451e - Browse repository at this point
Copy the full SHA fda451eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c979a46 - Browse repository at this point
Copy the full SHA c979a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36530d0 - Browse repository at this point
Copy the full SHA 36530d0View commit details
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.