You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments