summaryrefslogtreecommitdiffstats
path: root/Tools/cases_generator/mypy.ini
Commit message (Collapse)AuthorAgeFilesLines
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ↵Mark Shannon2023-12-071-0/+2
| | | | generator (GH-112299)
* gh-104504: Cases generator: enable mypy's `possibly-undefined` error code ↵Alex Waygood2023-08-251-1/+1
| | | | (#108454)
* gh-104504: cases generator: Add `--warn-unreachable` to the mypy config ↵Alex Waygood2023-08-201-5/+4
| | | | (#108112)
* gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)Dong-hee Na2023-08-181-0/+14
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>