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


##########
.pre-commit-config.yaml:
##########
@@ -284,4 +284,4 @@ repos:
       - id: oxipng
         name: run oxipng
         description: check PNG files with oxipng
-        args: ['-o', '4', '--strip', 'safe', '--alpha']
+        args: ['--fix', '-o', '4', '--strip', 'safe', '--alpha']

Review Comment:
   > What is the benefit of `--fix`?
   
   ```
   --fix
             Do not perform checksum validation of PNG chunks. This may allow 
some files with errors to
             be processed successfully.
   ```
   
   
https://github.com/oxipng/oxipng/blob/1c02ee92996297bf9015c462a85d9770c97d4c06/MANUAL.txt#L160



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