[roll] Roll fuchsia [mypy] Ensure mypy tmp dir cleanup after each Python action

This fixes an issue where mypy temp dir from previous builds lack
write permissions, causing subsequent mypy checks to fail on overwrite attempts.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1081896
Original-Revision: 2664fee692064e26aab6696c9efc641130cd55e5
GitOrigin-RevId: 3820d29888cdd20f0ab6b3f08b1cdddb0ac79c4a
Change-Id: I54b25c4f68bad1c4d93be6f2c3fe21b44be2ac3e
1 file changed
tree: 2dee29f2fcae6e1801580687f5f133805d41e4ff
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.