]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (GH-137692) (#137699)
authorsobolevn <mail@sobolevn.me>
Wed, 13 Aug 2025 06:18:29 +0000 (09:18 +0300)
committerGitHub <noreply@github.com>
Wed, 13 Aug 2025 06:18:29 +0000 (06:18 +0000)
(cherry picked from commit e93dca72232efe6d5cf2d52ea6dd3967ff61360b)

.github/workflows/mypy.yml

index 2a7ffa041446518d1cf206185190c3eff6b8b1fa..ba30e027d98b1b47e6cdba0d6fcf5b970e9eaba6 100644 (file)
@@ -13,6 +13,7 @@ on:
       - "Lib/test/libregrtest/**"
       - "Lib/tomllib/**"
       - "Misc/mypy/**"
+      - "Tools/build/mypy.ini"
       - "Tools/build/check_extension_modules.py"
       - "Tools/build/compute-changes.py"
       - "Tools/build/deepfreeze.py"