Skip to content

Commit

Permalink
API Core: specify a pytype output directory in setup.cfg. (#7639)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rchen152 authored and busunkim96 committed Apr 2, 2019
1 parent ee10b63 commit 265b401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_core/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ inputs =
google/
exclude =
tests/
output = pytype_output/

0 comments on commit 265b401

Please sign in to comment.