You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Improve the project in the area of
Make collaboration and code contribution easier
Getting started with the code when a contributor is new to the code base
Describe the outcome you'd like:
Utilizing types from mypy documentation for python3, implement type hinting in the dataprofiler/labelers/ folder. In this case, because there are multiple files in the folder, at the very minimum the changes should be partitioned out into multiple Pull Requests (PRs). Potentially this could go so far as 1 PR --> 1 file update with type hints.
Is your feature request related to a problem? Please describe.
Improve the project in the area of
Describe the outcome you'd like:
Utilizing types from mypy documentation for python3, implement type hinting in the
dataprofiler/labelers/
folder. In this case, because there are multiple files in the folder, at the very minimum the changes should be partitioned out into multiple Pull Requests (PRs). Potentially this could go so far as 1 PR --> 1 file update with type hints.Additional context:
The text was updated successfully, but these errors were encountered: