mirror of
https://github.com/grpc/grpc.git
synced 2026-01-24 10:53:30 +08:00
Previously broken by requiring black version that dropped py3.8 support. Gitignore/dockerignore changes made to prevent ruff checking virtualenv directories. Related: - #40256 - #40139
9 lines
88 B
Plaintext
9 lines
88 B
Plaintext
bazel-bin
|
|
bazel-grpc
|
|
bazel-out
|
|
build
|
|
.cache
|
|
.git
|
|
# python virtual environments
|
|
*/.venv*
|