From c2e984d72ac56991329f2e608bbf5db41814fbbe Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Mon, 1 Apr 2019 16:08:02 -0700 Subject: [PATCH] API Core: specify a pytype output directory in setup.cfg. 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. --- api_core/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/api_core/setup.cfg b/api_core/setup.cfg index 973b9433355e..581d8627f560 100644 --- a/api_core/setup.cfg +++ b/api_core/setup.cfg @@ -7,3 +7,4 @@ inputs = google/ exclude = tests/ +output = pytype_output/