[Feature Request] Add ability to disable formatting of pre-commit config file.
### Rationale Hi, thanks for the great work. I encounter a small problem while using pre-commit-update. Whenever an update is available for a hook, beside updating the version number of the hook, pre-commit-update also formats the pre-commit config file. The problem is that I use v8r to format YML files in my project and pre-commit-update and v8r have different standards for formatting, therefore, after committing the changes of pre-commit-update, v8r will complain and reformat it, and when there is an update next time, this cycle happens again. It would be nice if there was an option to disable formatting of the config file by pre-commit-update. ### Screenshots ![Screenshot__2_](/uploads/cf84ab353f154c497d05b9d8777c9ada/Screenshot__2_.png) ![Screenshot__3_](/uploads/5f9f5659639fa81b87ce55a793b60bb2/Screenshot__3_.png) ### Type (select one) - [x] Feature request ### Pre-submit criteria - [x] No similar issue/feature request/suggestion exists
issue