[roll] Roll infra/recipes [shac] Combine import sorting into `ruff_format` check

It's possible for ruff's import sorting and formatting to both try to
make different changes to the same line, but the formatting should
always be applied last.

This also changes error messages for import sorting to instruct the user
to run `shac fmt` instead of saying things like "import block not
sorted".

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1317246
Original-Revision: adc7ad0d14f24e5b282668e241109eeedcaef0c9
GitOrigin-RevId: 45245e7eda6521696bb7b706fcd3944871d3321c
Change-Id: I55889937dfa238e137b4d39783b2d62f1186fd5f
1 file changed
tree: afeab99e46ad93b188de54da0dcefc43c4d2d603
  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.