From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 29 Apr 2025 08:48:08 +0000 (+0200) Subject: [3.13] Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (GH-133116... X-Git-Tag: v3.13.4~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b1e676f707b168424752792ca69eb85b059ebf2;p=thirdparty%2FPython%2Fcpython.git [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 Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 212f3e8d70c8..cb1b9fb5dbf8 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/**"