Skip to content

Repository files navigation

unify

Build status

Modifies strings to all use the same quote where possible.

Example

After running:

$ unify --in-place example.py

this code

x = "abc"
y = 'hello'

gets formatted into this

x = 'abc'
y = 'hello'

About

Modifies strings to all use the same quote where possible

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages