-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
4148 Enhance engine iteration logic and the typehints #4150
Conversation
merge master
merge master
merge master
merge master
merge master
merge master
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Nic Ma <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Nic Ma <[email protected]>
…into 4148-update-engines
/black |
/build |
Signed-off-by: Nic Ma <[email protected]>
/build |
Is the future annotations necessary or purely aesthetic? I would leave it if it's the latter. Even though I find |
Hi @ericspod , I updated the engines in this PR, and I checked all the handlers don't have dependency on Thanks in advance. |
So you imported And then from there, the |
Hi @rijobro , Yes, I imported the Thanks. |
/build |
Hi @rijobro , The initial discussion about this PR is here: #4132 (comment). Thanks. |
I executed the integration test Thanks. |
I'm good with the changes, this way of defining optional values should be compatible with the versions of Python we're supporting now. |
…4150) * [DLMED] update Workflow.py Signed-off-by: Nic Ma <[email protected]> * [DLMED] update all the engines Signed-off-by: Nic Ma <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [DLMED] fix flake8 Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix flake8 Signed-off-by: Nic Ma <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fixes #4148 .
Description
This PR enhanced the engine iteration logic and the typehints.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.