Modifies strings to all use the same quote where possible.
After running:
$ unify --in-place example.py
this code
x = "abc"
y = 'hello'
gets formatted into this
x = 'abc'
y = 'hello'
Modifies strings to all use the same (single/double) quote where possible.
The Tidelift Subscription provides access to a continuously curated stream of human-researched and maintainer-verified data on open source packages and their licenses, releases, vulnerabilities, and development practices.
Learn more →Login to resync this project