hiroyuki-sato commented on code in PR #46595: URL: https://github.com/apache/arrow/pull/46595#discussion_r2108119728
########## .pre-commit-config.yaml: ########## @@ -166,6 +166,25 @@ repos: ?.pb\.(cc|h)$| ?^cpp/src/generated/| ) + - repo: https://github.com/numpy/numpydoc + rev: v1.8.0 + hooks: + - id: numpydoc-validation + name: Python (NumPy doc) Lint + alias: python-doc-lint + args: + - "--config=python" + files: >- + ^python/pyarrow/ + exclude: >- + ( + ?^python/pyarrow/interchange/from_dataframe\.py| Review Comment: JFYI: other files contains `$` character like `?^python/pyarrow/interchange/from_dataframe\.py$` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org