-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Update mypy version from 1.11.2 to 1.13.0 #60260
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
Merged
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
3bd4425
Update mypy version from 1.11.2 to 1.13.0
dl-lim 3012424
Removed type ignores
nvasilev bafc3fa
Correct typing error
ofsouzap ab4b1e0
Merge pull request #1 from nvasilev/update_mypy
dl-lim 950d657
Merge pull request #2 from ofsouzap/my-typing-fixes
dl-lim e72632a
Removed a missed type ignore
nvasilev f6b30d3
nanops typing fix
ofsouzap 160d290
Merge pull request #3 from nvasilev/update_mypy
dl-lim 021cc5a
Merge pull request #4 from ofsouzap/my-typing-fixes
dl-lim 03b51af
Fix indexing typing error
ofsouzap 3c75b7f
added type ignore to _core.py
pyfra 500f006
Merge pull request #5 from ofsouzap/my-typing-fixes
dl-lim a36a34e
add type ignore to column types
YasithDSL bcff1ae
Merge branch 'update_mypy' into fix_column_typeerror
YasithDSL cbe1a9c
Merge remote-tracking branch 'dl/update_mypy' into fix_column_typeerror
YasithDSL 2190f91
added type ignore in _get_common_dtype in dtypes.py
pyfra 4025929
Merge pull request #9 from pyfra/new_err_mypy
dl-lim 1979cb5
Merge pull request #11 from YasithDSL/fix_column_typeerror
dl-lim 5e2f18b
type ignore common.py
shengjie2013 73f0222
Merge pull request #12 from shengjie2013/typeignore-common
dl-lim 1a4cd40
Add type ignore for call-overload
YasithDSL 12aa2c8
pre-commit
dl-lim c1d7a57
fix line too long
shengjie2013 cb1e59d
Merge remote-tracking branch 'dl/update_mypy' into call_overload_err
YasithDSL 034d392
Merge pull request #14 from shengjie2013/typeignore-common
dl-lim 1ef6691
pre-commit
dl-lim f77a81b
Remove unused ignore
YasithDSL 2a8019b
Fixed type:ignore from type-arg to type-var
nvasilev 65dd644
Merge pull request #16 from nvasilev/update_mypy
dl-lim 685e86f
Merge pull request #17 from YasithDSL/call_overload_err
dl-lim a6a6dbf
Correct typing fix
ofsouzap 4f838b6
Formatting fixes
ofsouzap 54ce0a2
Merge pull request #18 from ofsouzap/my-typing-fixes
dl-lim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
can you comment in PR a example returning an array
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.
Sure, the following code would be an example of when the function would return an array, and not a
float
:This code would output,