grpc/examples/python
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
..
async_streaming [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
auth [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
cancellation [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
compression [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
data_transmission [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
debug [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
errors [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
health_checking [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
hellostreamingworld [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
helloworld [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
interceptors [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
keep_alive [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
lb_policies [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
metadata [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
multiplex [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
multiprocessing [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
no_codegen [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
retry [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
route_guide [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
timeout [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
uds [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
wait_for_ready [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
xds [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
Makefile Add examples for timeout, kepp_alive, reflection and health_checking (#32243) 2023-02-03 14:11:27 -08:00
README.md Docs: fix links to quick start pages 2020-06-16 08:40:59 -04:00