Instagram / LibCST

A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree
https://libcst.readthedocs.io/
Other
1.57k stars 192 forks source link

remove typing dependencies #1126

Closed zsol closed 8 months ago

zsol commented 8 months ago

remove typing dependencies

Summary: This PR removes the typing_extensions and typing_inspect dependencies as we can now rely on the built-in typing module since Python 3.9.

Test Plan: existing tests

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 91.12%. Comparing base (f6493db) to head (80a6bf8). Report is 4 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1126 +/- ## ======================================= Coverage 91.12% 91.12% ======================================= Files 256 256 Lines 26578 26568 -10 ======================================= - Hits 24220 24211 -9 + Misses 2358 2357 -1 ```

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