]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (GH-133116...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Apr 2025 08:48:08 +0000 (10:48 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 08:48:08 +0000 (08:48 +0000)
Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (GH-133116)
(cherry picked from commit 01f11a0e4e8ae1132bd36d7f66af7d4dcc387d33)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/workflows/mypy.yml

index 212f3e8d70c836ce8ae393dee8bb2477f23fb7b3..cb1b9fb5dbf82db18a6cd3663da0fbc9c5cf959b 100644 (file)
@@ -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/**"