Skip to content

Commit a009d7f

Browse files
rchen152busunkim96
authored andcommitted
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.
1 parent 2576a1b commit a009d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ inputs =
77
google/
88
exclude =
99
tests/
10+
output = pytype_output/

0 commit comments

Comments
 (0)