jbampton commented on code in PR #2505:
URL: https://github.com/apache/sedona/pull/2505#discussion_r2563583949


##########
.github/workflows/pre-commit.yml:
##########
@@ -50,4 +50,4 @@ jobs:
       - name: Run pre-commit
         run: pre-commit run --color=always --all-files
       - name: Run manual pre-commit hooks
-        run: pre-commit run --color=always --all-files --hook-stage manual
+        run: SKIP=checkstyle pre-commit run --all-files --hook-stage manual

Review Comment:
   ```suggestion
           run: pre-commit run --color=always --all-files --hook-stage manual
   ```



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