Is there a way to make pylama complain about the project using single quotes and recommend to change it to double quotes?
In my project, we use many single quotes and we decided to use double quotes. We have a pylama.ini file in the project and we would love to put this rule to pylama to check it, but reading its documentation, I cound't find a way to put this rule over there.