kou commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2719408779


##########
.github/workflows/python.yml:
##########
@@ -239,6 +239,11 @@ jobs:
       - name: Test
         shell: bash
         run: ci/scripts/python_test.sh $(pwd) $(pwd)/build
+      - name: Test annotations
+        shell: bash
+        env:
+          PYARROW_TEST_ANNOTATIONS: "ON"
+        run: ci/scripts/python_test_type_annotations.sh $(pwd)/python

Review Comment:
   I don't object this approach but it may be better that we use pre-commit for 
type checking. (I think that type checking is one of lint checks.)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to