Closed knekrasov closed 2 years ago
This issue/pull request has been marked as needs attention
as it has been left pending without new activity for 4 days. Tagging @s-arya @sachinpunadikar for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.
Donald R Bloyer commented in Jira Server:
[~932497] Have we done any maintenance of pyutils since August that may have resolved some of these. Do we have a sense of what these may impact?
hi @knekrasov
In py-utils it found 84 errors. At least some of them deserve attention.
Can you please confirm if you installed cortx-py-utils rpm before trying mypy on the repo?
This issue/pull request has been marked as needs attention
as it has been left pending without new activity for 4 days. Tagging @s-arya @sachinpunadikar for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.
@knekrasov is no longer at Seagate and this issue has become stale.
Rahul Tripathi commented in Jira Server:
NA
Rahul Tripathi commented in Jira Server:
Github issue got fixed, closing this Bug
Rahul Tripathi commented in Jira Server:
Closing this issue
Rahul Tripathi commented in Jira Server:
Rejected bug
mypy
is a well-known tool for Python source code static validation. Primarily it helps to find the issues with the types but since it tries to analyze the semantics of the sources it can also highlight some other problems (like impossible imports, non-existent keys de-referencing etc).In py-utils it found 84 errors. At least some of them deserve attention.
Full output: