We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We want to be able to check for if code is PEP8 compliant.
This emerged after running pylint and getting a wrong result, example:
1: import module_name 2: from module_name import class_name
1 usage: module_name.class_name 2 usage: class_name
If there are global name clashes this should not be converted, pylint cannot do this.
0 of 0 selected 0 issues of 0 selected
Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.