[roll] Roll fuchsia [HoneyDew] Update isort to use 'black' profile

"fx format-code" has been updated to "black" formatter and thus isort
profile need to be updated accordingly

Steps followed:
* cd ~/fuchsia/src/testing/end_to_end/honeydew
* isort --profile black --line-length 80 .
* ~/fuchsia/prebuilt/third_party/black/linux-x64/black --config ~/fuchsia/pyproject.toml .

* cd ~/fuchsia/src/testing/end_to_end/mobly_controller
* isort --profile black --line-length 80 .
* ~/fuchsia/prebuilt/third_party/black/linux-x64/black --config ~/fuchsia/pyproject.toml .

* cd ~/fuchsia/src/testing/end_to_end/mobly_base_tests
* isort --profile black --line-length 80 .
* ~/fuchsia/prebuilt/third_party/black/linux-x64/black --config ~/fuchsia/pyproject.toml .

Verified the following on Patchset: 1
* HoneyDew code guidelines
* Successfully ran the impacted functional tests using InfraRun
* Successfully ran Honeydew builders using try-jobs

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/938676
Original-Revision: 0a5f1e86b616ed027812da85ef67f61c903ed5a0
GitOrigin-RevId: 905a4936f2a13a79ee471d5c933bd09b6ee7d045
Change-Id: I1c41c78826dadfb040a298a4f8767b5a2a2ae691
1 file changed
tree: 1075d3f4eeb29c960011fa404066f515e984a78a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.