-
Notifications
You must be signed in to change notification settings - Fork 6
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
2348 Pyright #2349
Merged
Merged
2348 Pyright #2349
Conversation
This file contains 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
JackEAllen
force-pushed
the
2348_pyright
branch
from
October 23, 2024 11:27
c1667e9
to
41cdd48
Compare
JackEAllen
force-pushed
the
2348_pyright
branch
3 times, most recently
from
November 1, 2024 12:07
d17ac55
to
29b23a2
Compare
JackEAllen
force-pushed
the
2348_pyright
branch
2 times, most recently
from
November 1, 2024 13:42
cd99f30
to
3c4aaaa
Compare
JackEAllen
added
dependencies
Pull requests that update a dependency file
cleanup
labels
Nov 1, 2024
JackEAllen
force-pushed
the
2348_pyright
branch
from
November 11, 2024 11:38
3c4aaaa
to
3b03fb6
Compare
Operator 'in' not supported for types 'Literal['deg']' and Empty | ndarray[Any, dtype[Unknown]] | ndarray[Any, dtype[float64]]
JackEAllen
force-pushed
the
2348_pyright
branch
from
November 11, 2024 14:36
3b03fb6
to
a2955ce
Compare
error: is not iterable method not defined (reportGeneralTypeIssues)
JackEAllen
force-pushed
the
2348_pyright
branch
from
November 12, 2024 10:42
a2955ce
to
6acf24f
Compare
Resolve Pyright reportSelfClsParameterName by simplifying how linux memory is returned by get_memory_usage_linux() and replacing cls with self where applicable
error: Operator '//' not supported for 'None'
error: Type 'Unknown | None' is not assignable to declared type 'ImageStack'
JackEAllen
force-pushed
the
2348_pyright
branch
6 times, most recently
from
November 12, 2024 16:52
b72a422
to
0970795
Compare
…to return linux memory with meminfo
…e same name (reportRedeclaration)
JackEAllen
force-pushed
the
2348_pyright
branch
from
November 13, 2024 08:55
0970795
to
3b1c28f
Compare
samtygier-stfc
approved these changes
Nov 14, 2024
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.
Thanks. A good set of improvements.
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.
Issue
Closes #2348
Description
Add a description of the changes made.
This PR once merged in, provides a good starting point to begin disabling rules currently set to false within
pyproject.toml
to eventually allow for the typeChecking mode to be increased from "basic" to "Standard" and eventually to "strict".Testing
Describe the tests that were used to verify your changes.
Acceptance Criteria
How should the reviewer test your changes?
Documentation
How have you changed the documentation to reflect your changes? All changes should be noted in the appropriate file in docs/release_notes
See
docs/release_notes/next/dev-2348-Pyright