[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_presubmit: Allow customizing black

Allow customizing the executable used for black. Also, explicitly
specify a config file for black if one is present in a couple locations.
It now looks at the following locations, in order:

* $PW_PROJECT_ROOT/.black.toml
* $PW_PROJECT_ROOT/pyproject.toml
* $PW_ROOT/.black.toml
* $PW_ROOT/pyproject.toml

Original-Bug: b/264578594
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/126211
Original-Revision: a19b9fd3a8b35d5d206a1793f19be6398d49c90f
GitOrigin-RevId: 1431ff76b701f7928c64584c54a161194f18c28a
Roller-URL: https://ci.chromium.org/b/8790927781283716929
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/793299
Original-Revision: 91cc987991b1f581a5fe1120beed988960c798f4
Change-Id: I25dcc24cc256c44f84e01b2aee8fbba20d91b0ec
1 file changed
tree: b25b52ae113c5d8f3504968f8a68ee3a35b6cba3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.