-
-
Notifications
You must be signed in to change notification settings - Fork 102
[Issue #390]added the client._generate._get_known_symbols #391
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
Conversation
@@ -17,7 +17,7 @@ | |||
from comtypes.tools import codegenerator, tlbparser | |||
|
|||
if TYPE_CHECKING: | |||
from typing import Any, Tuple, List, Optional, Union as _UnionT | |||
from typing import Any, Tuple, List, Optional, Dict, Union as _UnionT |
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.
👍
…patible with python 2.7
Calm down please! And revert |
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.
Your environment only setting are should not add to the PR.
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.
And please do such as git rm "custom location" -r
.
"Your environment only setting are should not add to the PR." is no means to say that "You can add your non-ignored test outputs to the PR freely".
If you are not sure what the commands mean or what the final destination should be, please feel free to ask questions. |
Is there a contribution doc? I couldn't find it in the docs. |
No problem
…On Tue, Dec 6, 2022 at 1:49 PM junkmd ***@***.***> wrote:
@muddi900 <https://github.com/muddi900>
a contribution doc?
I'm working on that, please see #387
<#387>.
I have recently been attempting to increase contributors in this community.
Therefore, there are still imperfections. Sorry.
—
Reply to this email directly, view it on GitHub
<#391 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI2VVZQHLGXTHU4YGJOZG73WL3427ANCNFSM6AAAAAASS5PNKQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
As a recommendation, you should deactivate the auto-formatter in VSCode's workspace settings. Applying your formatter to a project that does not use a formatter or uses a different type of formatter and settings, such as this project, can cause unexpected changes. |
.vscode/settings.json
Outdated
@@ -0,0 +1,3 @@ | |||
{ |
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.
This file is not needed.
You should need to stage or commit files individually, without doing things like git add .
which could involve unrelated files.
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.
Type annotations are fixed. Thanks @muddi900
Fixes: Issue #390, uses pre-PEP585 typing annotations.
edit: gitignores for local ide settings and test outputs