diff options
author | Nathaniel Manista <nathaniel@google.com> | 2017-01-17 23:40:38 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2017-01-17 23:40:38 +0000 |
commit | 00ac6288fd5be1100310fcead8f46d199da4c823 (patch) | |
tree | 4c3f6c089c5a499382c2f5b7821b0126c4edfc4f /tools | |
parent | fc4b07e10c0482522dbc6a01401ea8f1606a76b4 (diff) |
pyformat_code.sh → yapf_code.sh
This should have been a part of 06dea573daa2175b244a430bb89b49bb5c8e8.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/distrib/yapf_code.sh (renamed from tools/distrib/pyformat_code.sh) | 0 | ||||
-rw-r--r-- | tools/run_tests/sanity/sanity_tests.yaml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/pyformat_code.sh b/tools/distrib/yapf_code.sh index e3ebf1c490..e3ebf1c490 100755 --- a/tools/distrib/pyformat_code.sh +++ b/tools/distrib/yapf_code.sh diff --git a/tools/run_tests/sanity/sanity_tests.yaml b/tools/run_tests/sanity/sanity_tests.yaml index f29b700572..ce41da802d 100644 --- a/tools/run_tests/sanity/sanity_tests.yaml +++ b/tools/run_tests/sanity/sanity_tests.yaml @@ -12,6 +12,6 @@ - script: tools/distrib/check_trailing_newlines.sh - script: tools/distrib/check_nanopb_output.sh - script: tools/distrib/check_include_guards.py -- script: tools/distrib/pyformat_code.sh +- script: tools/distrib/yapf_code.sh - script: tools/distrib/python/check_grpcio_tools.py |