LibCST/libcst/_parser
Zsolt Dollenstein d9a1dc8473
Fix all type errors (#579)
* bump pyre version
* make sure CI-pyre uses working copy
* remove unused pyre suppressions
* suppress invalid decorations
* fix undefined attributes
* fix missing return annotations
* fix tuple concatenation issues
* add native stubs
* fix invalid typing of **kwargs in test_apply_type_annotations
* only install pyre on non-windows
* update test fixture to reflect changes in recent pyre versions
* suppress errors related to mismatched positions
2022-01-05 18:13:01 +00:00
..
conversions Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
parso Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
tests Fix license headers (#560) 2021-12-28 11:55:18 +00:00
types Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
base_parser.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
custom_itertools.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
detect_config.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
entrypoints.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
grammar.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
production_decorator.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
py_whitespace_parser.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
python_parser.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
whitespace_parser.py Fix all type errors (#579) 2022-01-05 18:13:01 +00:00
wrapped_tokenize.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00