jbampton commented on PR #368:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/368#issuecomment-3616794964

   > I run lints over all files regularly and oxipng is too slow to be included 
in the default collection so I've added it, in 
[888e21d](https://github.com/apache/tooling-trusted-releases/commit/888e21dfa0631157923fb4ad7df9fdffee4c4a1f),
 to a new collection called "heavy lints". This is a reflection of our existing 
"light lints". Thanks for the suggestion!
   
   It is much better to use `manual` stage hooks than creating extra pre-commit 
config files.  You can just run the manual hooks with:
   
   `pre-commit run --all-files --hook-stage manual`
   
   
https://github.com/mruby/mruby/blob/4dc234c7a257811a097c181b36c27e5d419d809a/.pre-commit-config.yaml#L49


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to