billdeitrick / pypco

A Python client for the Planning Center Online API.
MIT License
39 stars 13 forks source link

[code style] There should be check of consistency of usage of quotes ' and " are used #66

Open 07pepa opened 2 years ago

07pepa commented 2 years ago

this is small but i saw mixed usages of " and '

and there is no check for it and it is kind of inconsistent (and there are exceptions of course) but i think this should be checked by some python package on CI