grpc/tools/codegen/core
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
..
BUILD Move some targets from //: to //src/core: (#31402) 2022-10-20 20:12:53 -07:00
experiments_compiler.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_config_vars.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_experiments.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_grpc_tls_credentials_options.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_header_frame.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_huffman_decompressor.cc [chttp2] Improve huffman decoder bloat (#31633) 2022-11-22 13:19:27 -08:00
gen_if_list.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_server_registered_method_bad_client_test_body.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_settings_ids.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_stats_data.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_switch.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
gen_upb_api.sh Revert "Revert "Buildify Envoy upb (#28558)" (#28648)" (#28649) 2022-01-25 11:19:41 -08:00
gen_upb_api_from_bazel_xml.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
optimize_arena_pool_sizes.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00