Skip to content
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

Importer typehints and small importer refactor #5611

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
435864c
Removed import state functions in favor of an import state dataclass.
semohr Feb 1, 2025
c81a2c9
Using 3.9 unions instead of new 3.10 style unions for typehints
semohr Feb 1, 2025
a7ea603
Init taghistory before loading
semohr Feb 1, 2025
6f2ee5c
Removed abc as the importer class is used directly sometimes...
semohr Feb 1, 2025
c83f2e4
Recreating importstate class to imitate previous code, otherwise
semohr Feb 1, 2025
09b15aa
Added type hints for pipeline stage decorators
semohr Feb 1, 2025
04aa1b8
Added last missing typehints in importer and fixed some typehint issues
semohr Feb 1, 2025
ed92f9b
Do not skip tests in ci.
semohr Feb 3, 2025
23f4f82
Added some more typehints
semohr Feb 4, 2025
34101c2
Merge branch 'master' into importer-typehints-and-refactor
semohr Feb 7, 2025
12b21c4
Changelog addition
semohr Feb 7, 2025
b46dbb9
Merge branch 'master' into importer-typehints-and-refactor
semohr Feb 8, 2025
10c0aa3
Replaced pathlike with pathbytes and remove unnecessary type ignores
semohr Feb 8, 2025
bbe4fb4
Renamed ignore to _ignore to prevent mypy error
semohr Feb 8, 2025
44074d7
Readded copyright and union.
semohr Feb 8, 2025
1a24e3f
Formatting
semohr Feb 8, 2025
bbd92d9
Removed optional type hints for pipe based optional with None
semohr Feb 9, 2025
716720d
Removed unnecessary cast even tho it now produces issues locally.
semohr Feb 9, 2025
fdf7afb
Formatting
semohr Feb 9, 2025
c17a774
Removed Optional and Union and resolved a minor mypy shadowing issue.
semohr Feb 9, 2025
10e52c6
Merge branch 'master' into importer-typehints-and-refactor
semohr Feb 10, 2025
ebe8888
Renamed to ignore_bytes and reverted typevar rename
semohr Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading