commit | a009d7f1bf4ca53141b0aaa7a371aa2fc98d9067 | [log] [tgz] |
---|---|---|
author | Rebecca Chen <rechen@google.com> | Tue Apr 02 14:35:27 2019 -0700 |
committer | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Tue Apr 02 14:35:27 2019 -0700 |
tree | f5d0ce6a6f2746fb3c5a079f42d08c66bf2c6768 | |
parent | 2576a1b260b795651c50a07f4ddebabe7bef5bdd [diff] |
API Core: specify a pytype output directory in setup.cfg. (#7639) The next version of pytype will change the default name of the pytype output directory from pytype_output to .pytype, and `pytype_output/` is in google-cloud-python's .gitignore. The easiest way to avoid being affected by this change is to specify a custom output dir.