"LibCST parses Python 3.0 -> 3.13 source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It’s useful for building automated refactoring (codemod) applications and linters."
But I believe it supports Python 3.14 as well (#1342).
(Don't forget to update that page in #1445)
"LibCST parses Python 3.0 -> 3.13 source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It’s useful for building automated refactoring (codemod) applications and linters."
But I believe it supports Python 3.14 as well (#1342).
(Don't forget to update that page in #1445)