rewrite-python
rewrite-python copied to clipboard
Parser configuration: Add `pyi` file extensions to the ParserDefinitions.
The PythonParser configures py file extensions, but does not configure pyi files to use thePyiParserDefinition.
Notes:
- Parsing a
pyifile results in aPyiFile, which is a child ofPyFile.