o-nikolas commented on code in PR #56788:
URL: https://github.com/apache/airflow/pull/56788#discussion_r2441328069


##########
.github/workflows/ci-image-checks.yml:
##########
@@ -155,7 +155,7 @@ jobs:
           platform: ${{ inputs.platform }}
           save-cache: false
       - name: "Static checks"
-        run: prek --all-files --show-diff-on-failure --color always
+        run: prek cache clean && prek --all-files --show-diff-on-failure 
--color always

Review Comment:
   Seems to have worked, the rst-backticks hook is passing. 
   Do you want to try again with `--refresh` or just stick with what you have 
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