hhatto / autopep8

A tool that automatically formats Python code to conform to the PEP 8 style guide.
https://pypi.org/project/autopep8/
MIT License
4.56k stars 290 forks source link

Feature request: Change double quote sign " to single one: ' #556

Open jedie opened 4 years ago

jedie commented 4 years ago

Would be great if there is a optional feature to replace double quotation mark " to single quote sign: '

AbdulSamadMalik commented 3 years ago

Yeah, I want this feature too.

EricDriussi commented 2 years ago

Maybe also the other way around?

mmospanenko commented 1 month ago

guys, how did you handle this?

EricDriussi commented 1 month ago

stopped using autopep8 in my case :shrug: