WillAyd commented on code in PR #274:
URL: https://github.com/apache/arrow-nanoarrow/pull/274#discussion_r1294016990


##########
.pre-commit-config.yaml:
##########
@@ -57,5 +57,16 @@ repos:
     - id: isort
       types_or: [python]
       exclude: "__init__.py$"
+  - repo: https://github.com/codespell-project/codespell
+    rev: v2.2.5
+    hooks:
+    -   id: codespell
+        types_or: [rst, markdown, c, c++]
+        additional_dependencies: [tomli]
+        exclude: |
+            (?x)
+            ^extensions/nanoarrow_ipc/thirdparty
+            |nanoarrow_ipc_flatcc_generated.h
+            |nanoarrow_device_metal.cc

Review Comment:
   Unfortunate we have to exclude nanoarrow_device_metal.cc as only the 
`pEvent` code in one of the comments is producing a false positive. We could 
alternately create a `.codespellignorelines` file to the repo (or change the 
comment). but figured this is fine for now 



-- 
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