-
-
Notifications
You must be signed in to change notification settings - Fork 105
Quality audit PR 4/6: typing modernization #322
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 all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
36bb400
refactor(types): PEP 604/585 sweep in bar.py
wolph a520ba2
refactor(types): PEP 604/585 sweep in multi/utils/fast/shortcuts
wolph 6a27bca
refactor(types): PEP 604/585 sweep in terminal/*
wolph f663897
refactor(types): PEP 604/585 sweep in widgets.py
wolph 987dbdc
refactor(types): add missing hot-path and public annotations
wolph 7c897d0
refactor(types): widen progressbar() iterator param to Iterable
wolph f8a51a3
refactor(types): overload deltas_to_seconds sentinel default
wolph 9bbcfd1
style(types): bump ruff target-version to py310
wolph 51cc68d
test(init): guard __init__ export lists against drift
wolph ee8c2ec
fix(utils): break bar<->utils import cycle; harden deltas_to_seconds …
wolph 479f7f4
fix(bar): write ASCII-safe str in DefaultFdMixin.update fallback
wolph 34e9e15
refactor(widgets): simplify marker/ETA typing per review
wolph c5ead2f
test(init): use import-alias for progressbar in export test
wolph a970484
fix(bar): cooperatively chain __del__ to superclass finalizer
wolph 1395a47
style(terminal): drop plain 'import collections' (CodeQL import-and-i…
wolph 151e151
fix(bar): give ProgressBarBase an explicit __del__ chain (CodeQL miss…
wolph b950458
fix(widgets): drop redundant self.* assignments (CodeQL overwritten-i…
wolph eff9faf
revert(bar): drop finalizer-chain workarounds, keep develop __del__ s…
wolph 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.