grpc/tools/run_tests/artifacts
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
artifact_targets.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
build_artifact_php.sh Faster and streamlined PHP distribtests (for linux and macos) (#27101) 2021-08-31 09:23:13 +02:00
build_artifact_protoc.bat Switch all VS2017 builds to VS2019 (#32662) 2023-03-23 16:44:39 +01:00
build_artifact_protoc.sh task_runner.py improvements (foundations for future speedup) (#28480) 2022-01-11 10:26:32 +01:00
build_artifact_python.bat Remove Windows Python27 build support (#29364) 2022-04-11 12:55:59 -07:00
build_artifact_python.sh Build native MacOS arm64 artifacts (universal2) (#31747) 2022-12-01 09:57:02 -08:00
build_artifact_ruby.sh More cleanup after moving testing docker images to artifact registry. (#31689) 2022-11-24 14:09:16 +01:00
build_package_php.sh Faster and streamlined PHP distribtests (for linux and macos) (#27101) 2021-08-31 09:23:13 +02:00
build_package_python.sh python: move native debug symbol stripping to build_artifact phase (#26194) 2021-09-09 10:41:53 +02:00
build_package_ruby.sh add streamlined and faster ruby distribtest (#27124) 2021-08-27 09:23:50 +02:00
distribtest_targets.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
package_targets.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
run_distribtest_csharp.sh Remove C# implementation (individual packages will continue to be maintained through v2.46.x patches or moved to grpc-dotnet) (#29225) 2022-04-28 12:00:34 +02:00
run_in_workspace.sh Upgrade sanity Docker image to debian:stretch 2018-12-10 16:21:49 -08:00