grpc/tools/run_tests/python_utils
Sergii Tkachenko de6ed9ba9f
[Python] Migrate from yapf to black (#33138)
- Switched  from yapf to black
- Reconfigure isort for black
- Resolve black/pylint idiosyncrasies 

Note: I used `--experimental-string-processing` because black was
producing "implicit string concatenation", similar to what described
here: https://github.com/psf/black/issues/1837. While currently this
feature is experimental, it will be enabled by default:
https://github.com/psf/black/issues/2188. After running black with the
new string processing so that the generated code merges these `"hello" "
world"` strings concatenations, then I removed
`--experimental-string-processing` for stability, and regenerated the
code again.

To the reviewer: don't even try to open "Files Changed" tab 😄 It's
better to review commit-by-commit, and ignore `run black and isort`.
2023-06-09 15:08:55 -07:00
..
__init__.py auto-fix most of licenses 2017-06-08 11:22:41 +02:00
antagonist.py Switch .py shebang to python3 (#28963) 2022-03-14 10:41:30 +01:00
bazel_report_helper.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
check_on_pr.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
dockerjob.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
download_and_unzip.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
filter_pull_request_tests.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
jobset.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
port_server.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
report_utils.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
start_port_server.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
upload_rbe_results.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
upload_test_results.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
watch_dirs.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00