https://github.com/python/cpython/commit/8b2fb629334613fa34a79f0a53d297f77121ed58 commit: 8b2fb629334613fa34a79f0a53d297f77121ed58 branch: main author: sobolevn <[email protected]> committer: AA-Turner <[email protected]> date: 2025-02-06T15:47:29Z summary:
gh-129707: Check `Tools/build/compute-changes.py` with `mypy` (#129708) Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> files: M Tools/build/mypy.ini diff --git a/Tools/build/mypy.ini b/Tools/build/mypy.ini index 0e5d6e874a72e5..06224163884a98 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
