]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libreg...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Nov 2024 08:40:14 +0000 (09:40 +0100)
committerGitHub <noreply@github.com>
Sun, 24 Nov 2024 08:40:14 +0000 (08:40 +0000)
commit24b86308f9dc65e6f7bdd5aa040bfa96fa56fa4c
tree75352f92b206ae8ca4f44705d7234ed429aed69b
parent69472a5760eb825384bd0b05eb82fb49dac5a867
[3.13] gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libregrtest` (GH-127033) (#127034)

gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libregrtest` (GH-127033)
(cherry picked from commit 824afbf548e7128ca57c6faf45cfd6b066a6ee45)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/libregrtest/mypy.ini
Lib/test/libregrtest/results.py
Lib/test/libregrtest/runtests.py
Lib/test/libregrtest/worker.py