edaniszewski / pylint-quotes

Pylint plugin for checking the consistency of string quotes
MIT License
41 stars 12 forks source link

Upgrade to support newer pylint versions #31

Open slide opened 1 month ago

slide commented 1 month ago

The APIs in pylint have changes and some classes/interfaces have been removed. This updates the code to support pylint 3.2.0 and above by updating the usage of interfaces, members and tests.