]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129707: Check `Tools/build/compute-changes.py` with `mypy` (#129708)
authorsobolevn <mail@sobolevn.me>
Thu, 6 Feb 2025 15:47:29 +0000 (18:47 +0300)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2025 15:47:29 +0000 (15:47 +0000)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tools/build/mypy.ini

index 0e5d6e874a72e576c63dbb76e6fecbd9aacccd9a..06224163884a9847f0118678835051508cfc96fd 100644 (file)
@@ -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