Commits

Krisztián Szűcs authored dc01a36bbf6
ARROW-7874: [Python][Archery] Validate docstrings with numpydoc Closes #6420 from kszucs/numpydoc and squashes the following commits: 183602ddd <Krisztián Szűcs> flake8 bc65d530c <Krisztián Szűcs> add support to validate only certain symbols like pyarrow.array bf07badd6 <Krisztián Szűcs> add instructions how to install latest numpydoc if validate function is not available 1830518be <Krisztián Szűcs> restrict packages of interest 25d530b0e <Krisztián Szűcs> flake8 45a01e317 <Krisztián Szűcs> improve symbol name 4455ac96f <Krisztián Szűcs> support methods 56a87bbef <Krisztián Szűcs> example for the signature conversion a3d442874 <Krisztián Szűcs> remove cython typehints 0db0d3ce5 <Krisztián Szűcs> use __doc__ to parse the callable's signature ab0b32647 <Krisztián Szűcs> address review comments 017c72b81 <Krisztián Szűcs> flake8 28d4807bd <Krisztián Szűcs> support blacklisting and whitelinsting verification rules a013a6217 <Krisztián Szűcs> better validation output fd899dba9 <Krisztián Szűcs> imitate proper __qualname__ for cython objects; provide more context with the messages; blacklist a couple of rules 11b04a5e2 <Krisztián Szűcs> support for numpydoc validate in archery Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>