https://github.com/python/cpython/commit/165532ccdb20da1618a13dc451634c3ff655e04a
commit: 165532ccdb20da1618a13dc451634c3ff655e04a
branch: 3.13
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-08-13T06:18:29Z
summary:

[3.13] gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (GH-137692) 
(#137699)

(cherry picked from commit e93dca72232efe6d5cf2d52ea6dd3967ff61360b)

files:
M .github/workflows/mypy.yml

diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml
index 2a7ffa04144651..ba30e027d98b1b 100644
--- a/.github/workflows/mypy.yml
+++ b/.github/workflows/mypy.yml
@@ -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"

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to