-
Notifications
You must be signed in to change notification settings - Fork 903
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 issues flagged by mypy
strict
#3490
Commits on Jan 4, 2024
-
Move mypy setup from pre-commit
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 2314e6f - Browse repository at this point
Copy the full SHA 2314e6fView commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 3b08d60 - Browse repository at this point
Copy the full SHA 3b08d60View commit details -
Fix Optional[...] must have exactly one type argument
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 817559a - Browse repository at this point
Copy the full SHA 817559aView commit details -
Fix mypy type incompatibility errors
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 6b328aa - Browse repository at this point
Copy the full SHA 6b328aaView commit details
Commits on Jan 5, 2024
-
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for c61c0e2 - Browse repository at this point
Copy the full SHA c61c0e2View commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for dffc216 - Browse repository at this point
Copy the full SHA dffc216View commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 188d698 - Browse repository at this point
Copy the full SHA 188d698View commit details -
Fix mypy errors cli/cli.py and cli/hooks/manager.py
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 770398a - Browse repository at this point
Copy the full SHA 770398aView commit details -
Fix mypy errors in micropkg.py
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 5c5c329 - Browse repository at this point
Copy the full SHA 5c5c329View commit details -
Fix mypy errors + allow any generics
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 003a771 - Browse repository at this point
Copy the full SHA 003a771View commit details
Commits on Jan 8, 2024
-
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 41a6e63 - Browse repository at this point
Copy the full SHA 41a6e63View commit details -
Fix all solveable error + ignore the ones that are not valid in kedro…
…/framework/cli files Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for f95109a - Browse repository at this point
Copy the full SHA f95109aView commit details -
Make all ignored types specific for error
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 33d867a - Browse repository at this point
Copy the full SHA 33d867aView commit details -
Make all ignored types specific for error
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for d961ff9 - Browse repository at this point
Copy the full SHA d961ff9View commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for e1a1d96 - Browse repository at this point
Copy the full SHA e1a1d96View commit details
Commits on Jan 9, 2024
-
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 7965be3 - Browse repository at this point
Copy the full SHA 7965be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bdcc6a - Browse repository at this point
Copy the full SHA 0bdcc6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b69a1 - Browse repository at this point
Copy the full SHA 71b69a1View commit details
Commits on Jan 11, 2024
-
Address comment about order of type | None
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for b3f08ef - Browse repository at this point
Copy the full SHA b3f08efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad1029 - Browse repository at this point
Copy the full SHA 6ad1029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d021ea - Browse repository at this point
Copy the full SHA 5d021eaView commit details -
Merge branch 'revisit-mypy-setup' into fix-issues-flagged-by-mypy-strict
Signed-off-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 057fde9 - Browse repository at this point
Copy the full SHA 057fde9View commit details -
Merge branch 'main' into fix-issues-flagged-by-mypy-strict
Signed-off-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1a88588 - Browse repository at this point
Copy the full SHA 1a88588View commit details -
Fix error about | typing requires python 3.10
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for e4e476b - Browse repository at this point
Copy the full SHA e4e476bView commit details -
Fix
mypy
error postitional only (#3498)Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for bf2cbf1 - Browse repository at this point
Copy the full SHA bf2cbf1View commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 5158198 - Browse repository at this point
Copy the full SHA 5158198View commit details -
Fix TypeError: 'type' object is not subscriptable
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for f485dfc - Browse repository at this point
Copy the full SHA f485dfcView commit details -
Fix incorrect position for positional arguments
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 4613506 - Browse repository at this point
Copy the full SHA 4613506View commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 31a8a39 - Browse repository at this point
Copy the full SHA 31a8a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0c73f - Browse repository at this point
Copy the full SHA 2d0c73fView commit details
Commits on Jan 12, 2024
-
Merge branch 'main' into fix-issues-flagged-by-mypy-strict
Signed-off-by: Merel Theisen <49397448+merelcht@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e7f5765 - Browse repository at this point
Copy the full SHA e7f5765View commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 5a25a1e - Browse repository at this point
Copy the full SHA 5a25a1eView commit details -
Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
Configuration menu - View commit details
-
Copy full SHA for 8be9093 - Browse repository at this point
Copy the full SHA 8be9093View commit details