gh-133403: Check Tools/build/generate-build-details.py with mypy (#133735)

This commit is contained in:
sobolevn 2025-05-09 17:21:49 +03:00 committed by GitHub
parent 076004ae54
commit cd2f234ad2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 6 deletions

View file

@ -15,6 +15,7 @@ on:
- "Misc/mypy/**"
- "Tools/build/compute-changes.py"
- "Tools/build/generate_sbom.py"
- "Tools/build/generate-build-details.py"
- "Tools/build/verify_ensurepip_wheels.py"
- "Tools/build/update_file.py"
- "Tools/cases_generator/**"