diff options
author | Noah Eisen <ncteisen@gmail.com> | 2017-12-12 09:13:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 09:13:06 -0800 |
commit | de110af820a912ae926a1a9659a385b6a972f84d (patch) | |
tree | f79f70f8751c14263ecde17fa3aaf22421522225 /tools | |
parent | a81ff04cc9d5f5525f5350db747d9249f177fdd4 (diff) | |
parent | 138ee78529df864ea188dfe8bb927d40b90dc968 (diff) |
Merge pull request #13718 from ncteisen/yapf-src-python
Yapf src/python
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/distrib/yapf_code.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/distrib/yapf_code.sh b/tools/distrib/yapf_code.sh index e5beb70117..51d1799a21 100755 --- a/tools/distrib/yapf_code.sh +++ b/tools/distrib/yapf_code.sh @@ -22,11 +22,6 @@ DIRS=( 'src/python' ) EXCLUSIONS=( - 'grpcio/grpc_*.py' - 'grpcio_health_checking/grpc_*.py' - 'grpcio_reflection/grpc_*.py' - 'grpcio_testing/grpc_*.py' - 'grpcio_tests/grpc_*.py' ) VIRTUALENV=yapf_virtual_environment |