pre-commit / pre-commit-hooks

Some out-of-the-box hooks for pre-commit
MIT License
5.2k stars 694 forks source link

Proposal: Allow `double-quote-string-fixer` to replace single quotes into double ones #1083

Closed wjsi closed 1 month ago

wjsi commented 1 month ago

Some projects prefer double quotes over single quotes. It is not hard to add a --replace-single-quotes to let string_fixer.py to do the reversed thing.