Skip to content

Milestones

List view

  • Support python 2 with fallback to 2to3.

    Overdue by 8 year(s)
    Due by July 1, 2017
    1/1 issues closed
  • 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.

    Overdue by 8 year(s)
    Due by July 1, 2017