-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use the native libcst parser (#969)
Use the native libcst parser. Its not yet compatiable with all 3.10 and 3.11 features (eg match statements and the new union format), but that's okay, as we're compatible with python 3.8 and so we don't use those features. This should result in codemods being faster both locally and in ci.
- Loading branch information
1 parent
b5dbdda
commit cba829b
Showing
1 changed file
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters