[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.