atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Adding Typehints for jira.py #1418

Open bandophahita opened 2 weeks ago

bandophahita commented 2 weeks ago

Since adding typehints to the entire repo would make for a VERY large PR, I'm breaking up the changes mostly by module. This PR focuses on adding hints to jira.py

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 79.06977% with 18 lines in your changes missing coverage. Please review.

Project coverage is 32.06%. Comparing base (ffb3fc0) to head (50dd19f).

Files Patch % Lines
atlassian/rest_client.py 76.92% 18 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1418 +/- ## ========================================== - Coverage 34.38% 32.06% -2.32% ========================================== Files 46 47 +1 Lines 8586 8337 -249 Branches 1601 1197 -404 ========================================== - Hits 2952 2673 -279 - Misses 5511 5548 +37 + Partials 123 116 -7 ```

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