You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/05/07 00:05:43 UTC

[beam] branch master updated (bfefe18 -> 1e00a0e)

This is an automated email from the ASF dual-hosted git repository.

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from bfefe18  Merge pull request #11623 from ibzib/BEAM-9908
     new 85b568c  [BEAM-7746] Enable mypy type checking for Beam Python code.
     new 314822f  Update sdks/python/mypy.ini
     new 1e00a0e  Merge pull request #11620 from robertwb/enable-mypy

The 26853 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/coders/coders.py           |  2 +-
 .../apache_beam/io/gcp/bigquery_avro_tools.py      |  2 +-
 .../python/apache_beam/runners/pipeline_context.py |  2 +-
 sdks/python/apache_beam/transforms/core.py         |  4 +-
 sdks/python/apache_beam/transforms/environments.py |  2 +-
 sdks/python/apache_beam/transforms/ptransform.py   |  2 +-
 sdks/python/apache_beam/transforms/userstate.py    |  2 +-
 sdks/python/mypy.ini                               | 62 ++++++++++++++++++++++
 sdks/python/tox.ini                                |  3 +-
 9 files changed, 71 insertions(+), 10 deletions(-)