From: sobolevn Date: Thu, 6 Feb 2025 15:47:29 +0000 (+0300) Subject: gh-129707: Check `Tools/build/compute-changes.py` with `mypy` (#129708) X-Git-Tag: v3.14.0a5~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b2fb629334613fa34a79f0a53d297f77121ed58;p=thirdparty%2FPython%2Fcpython.git gh-129707: Check `Tools/build/compute-changes.py` with `mypy` (#129708) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Tools/build/mypy.ini b/Tools/build/mypy.ini index 0e5d6e874a72..06224163884a 100644 --- a/Tools/build/mypy.ini +++ b/Tools/build/mypy.ini @@ -1,5 +1,7 @@ [mypy] -files = Tools/build/generate_sbom.py +files = + Tools/build/compute-changes.py, + Tools/build/generate_sbom.py pretty = True # Make sure Python can still be built