python-rope / rope

a python refactoring library
GNU Lesser General Public License v3.0
1.93k stars 162 forks source link

Add type hints to importinfo.py and add repr to ImportInfo #787

Closed lieryan closed 6 months ago

lieryan commented 6 months ago

Description

Checklist (delete if not relevant):

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.97%. Comparing base (14d6fd2) to head (3f89161).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #787 +/- ## ========================================== + Coverage 94.88% 94.97% +0.08% ========================================== Files 135 135 Lines 26403 26405 +2 ========================================== + Hits 25053 25077 +24 + Misses 1350 1328 -22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.