]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
authorDong-hee Na <donghee.na@python.org>
Fri, 18 Aug 2023 13:42:45 +0000 (22:42 +0900)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2023 13:42:45 +0000 (22:42 +0900)
commit28cab71f954f3a14de9f474ce9c4abbd23c97862
tree73f5f3996a65407b1b11ceab7b6ff29aa3d434f2
parentfd195092204aa7fc9f13c5c6d423bc723d0b3520
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
.github/dependabot.yml
.github/workflows/mypy.yml
Tools/cases_generator/flags.py
Tools/cases_generator/formatting.py
Tools/cases_generator/generate_cases.py
Tools/cases_generator/lexer.py
Tools/cases_generator/mypy.ini [new file with mode: 0644]
Tools/cases_generator/parsing.py
Tools/cases_generator/stacking.py
Tools/clinic/requirements-dev.txt [deleted file]
Tools/requirements-dev.txt [new file with mode: 0644]