[roll] Roll infra/recipes [shac] Make `ruff lint` blocking

Switch the finding level from "warning" to "error" so all lint errors
block presubmit, and also block commits via the pre-commit Git hook.

Then I used `ruff check --fix` to fix all the broken findings, ignored a
couple findings that impact readability, and manually fixed a few places
where imports were out of order.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1312945
Original-Revision: 16fdaaba2fcc0336e60c8a6d2e1ab450301cc74f
GitOrigin-RevId: c765de54a5b6d59e9cbce6d146c6b657f0606421
Change-Id: Ic2bcb3a90c59a4a0b72bd1d44b463b1cca05a0a4
1 file changed
tree: 56b3b78f8084386f9df655c7560c7bb7798b8160
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.