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


##########
.pre-commit-config.yaml:
##########
@@ -306,3 +306,8 @@ repos:
         name: run oxipng
         description: check PNG files with oxipng
         args: ['--fix', '-o', '4', '--strip', 'safe', '--alpha']
+  - repo: https://github.com/adamchainz/blacken-docs
+    rev: 1.19.1
+    hooks:
+      - id: blacken-docs
+        additional_dependencies: [black==22.12.0]

Review Comment:
   ```suggestion
           additional_dependencies: [black==25.1.0]
   ```
   
   https://github.com/psf/black/releases



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