You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/02/24 12:56:10 UTC

[arrow] branch master updated (c7c2e03 -> dc01a36)

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

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


    from c7c2e03  ARROW-7915: [CI][Python] Enable development mode in tests
     add dc01a36  ARROW-7874: [Python][Archery] Validate docstrings with numpydoc

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/cli.py         |  33 +++++-
 dev/archery/archery/lang/python.py | 210 +++++++++++++++++++++++++++++++++++++
 dev/archery/archery/utils/lint.py  | 112 +++++++++++++++++---
 3 files changed, 342 insertions(+), 13 deletions(-)
 create mode 100644 dev/archery/archery/lang/python.py