https://github.com/python/cpython/commit/01f11a0e4e8ae1132bd36d7f66af7d4dcc387d33 commit: 01f11a0e4e8ae1132bd36d7f66af7d4dcc387d33 branch: main author: sobolevn <m...@sobolevn.me> committer: sobolevn <m...@sobolevn.me> date: 2025-04-29T07:53:12Z summary:
Run mypy workflow on `_colorize.py` and `Misc/mypy/**` changes (#133116) 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