Static type checking issue reportPrivateImportUsage
#4356
Answered
by
Nic-Ma
ChenglongWang
asked this question in
Q&A
-
When I using pyright to perform static type checking of my code, a bunch of
I'm wondering which import style should I use. Is there any advise for this issue?
|
Beta Was this translation helpful? Give feedback.
Answered by
Nic-Ma
May 26, 2022
Replies: 1 comment 1 reply
-
Hi @ChenglongWang , We don't use Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ChenglongWang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ChenglongWang ,
We don't use
pyright
for type check, we useflake8
,mypy
.@ericspod @wyli Do you have any suggestions about this question?
Thanks.