https://github.com/python/cpython/commit/0b1e676f707b168424752792ca69eb85b059ebf2
commit: 0b1e676f707b168424752792ca69eb85b059ebf2
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: sobolevn <m...@sobolevn.me>
date: 2025-04-29T08:48:08Z
summary:

[3.13] Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes 
(GH-133116) (#133133)

Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (GH-133116)
(cherry picked from commit 01f11a0e4e8ae1132bd36d7f66af7d4dcc387d33)

Co-authored-by: sobolevn <m...@sobolevn.me>
Co-authored-by: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>

files:
M .github/workflows/mypy.yml

diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml
index 212f3e8d70c836..cb1b9fb5dbf82d 100644
--- a/.github/workflows/mypy.yml
+++ b/.github/workflows/mypy.yml
@@ -8,8 +8,10 @@ on:
   pull_request:
     paths:
       - ".github/workflows/mypy.yml"
+      - "Lib/_colorize.py"
       - "Lib/_pyrepl/**"
       - "Lib/test/libregrtest/**"
+      - "Misc/mypy/**"
       - "Tools/build/generate_sbom.py"
       - "Tools/cases_generator/**"
       - "Tools/clinic/**"

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to