cpython/Tools/peg_generator/pegen
Alex Waygood 0d140b8c5e
gh-108455: peg_generator: make the mypy config slightly stricter (#108627)
* Enable `--no-implicit-reexport`

* Enable the `truthy-bool` error code

* Enable the `ignore-without-code` error code

* Explicitly note that `--warn-unreachable` cannot yet be enabled
2023-08-29 11:23:22 +00:00
..
__init__.py
__main__.py gh-108455: peg_generator: make the mypy config slightly stricter (#108627) 2023-08-29 11:23:22 +00:00
ast_dump.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
build.py gh-108455: Run mypy on Tools/peg_generator (#108456) 2023-08-28 21:04:12 +01:00
c_generator.py gh-108179: Add error message for parser stack overflows (#108256) 2023-08-22 08:41:50 +01:00
first_sets.py Fix typos in the Tools directory (GH-28769) 2021-10-06 10:55:16 -07:00
grammar.py gh-84623: Remove unused imports (#94132) 2022-06-22 19:14:27 +02:00
grammar_parser.py bpo-45866: pegen strips directory of "generated from" header (GH-29777) 2021-11-26 11:50:34 +01:00
grammar_visualizer.py gh-105191: Cleanup peg generator; keep only necessary files (#105197) 2023-06-01 17:24:15 +02:00
keywordgen.py gh-108455: Run mypy on Tools/peg_generator (#108456) 2023-08-28 21:04:12 +01:00
metagrammar.gram Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
parser.py gh-108455: peg_generator: make the mypy config slightly stricter (#108627) 2023-08-29 11:23:22 +00:00
parser_generator.py gh-105191: Cleanup peg generator; keep only necessary files (#105197) 2023-06-01 17:24:15 +02:00
python_generator.py gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
sccutils.py Revert "Fix all Python Cookbook links (#22205)" (GH-22424) 2020-09-27 01:47:25 +01:00
testutil.py gh-108455: peg_generator: make the mypy config slightly stricter (#108627) 2023-08-29 11:23:22 +00:00
tokenizer.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
validator.py Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) 2021-09-05 14:58:52 +01:00