mattlqx / pre-commit-search-and-replace

Plugin for pre-commit for arbitrary search and replace on committed files.
MIT License
12 stars 7 forks source link

Add more stypes to no-search-replace exclude #19

Closed hofbi closed 2 months ago

hofbi commented 3 months ago

This adds more comment styles to in. Maybe we could even think about being independent of the comment symbol, but introduce a special prefix as done for other tools such as nolint: no-search-replace or noqa: no-search-replace or ignore: no-search-replace

mattlqx commented 2 months ago

Thanks!