https://github.com/python/cpython/commit/ad9f20dffa674f3cb7d563d9ce01b69c9e32588f
commit: ad9f20dffa674f3cb7d563d9ce01b69c9e32588f
branch: 3.14
author: sobolevn <[email protected]>
committer: hugovk <[email protected]>
date: 2025-08-13T11:10:58Z
summary:
[3.14] gh-133403: Run `mypy` on `Tools/build/mypy.ini` changes (GH-137692)
(#137698)
files:
M .github/workflows/mypy.yml
diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml
index 93bf081d11e4dc..f488959b9231c5 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]