Try fix sanity

pull/35681/head
Xuan Wang 10 months ago
parent 1f5dd07efb
commit 84958c2d59
  1. 2
      black.toml
  2. 1
      tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh

@ -43,7 +43,7 @@ known_first_party = [
] ]
known_third_party = ["grpc"] known_third_party = ["grpc"]
skip_glob = [ skip_glob = [
"third_party/*", "*/third_party/*",
"*/env/*", "*/env/*",
"*pb2*.py", "*pb2*.py",
"*pb2*.pyi", "*pb2*.pyi",

@ -51,6 +51,7 @@ do
-and -not -name grpc_tls_credentials_options.h \ -and -not -name grpc_tls_credentials_options.h \
-and -not -name grpc_tls_credentials_options_comparator_test.cc \ -and -not -name grpc_tls_credentials_options_comparator_test.cc \
-and -not -path '*/cmake/build/*' \ -and -not -path '*/cmake/build/*' \
-and -not -path '*/third_party/*' \
`" `"
done done
done done

Loading…
Cancel
Save