Plugins/CheckerPlugins/Pep8/Pep8Fixer.py

changeset 2894
8e4264045fc9
parent 2892
b601ede6dbbf
child 2895
4a44d92757f9
equal deleted inserted replaced
2893:150de635fa29 2894:8e4264045fc9
30 "E401", "E501", "E502", "W603", "E701", "E702", 30 "E401", "E501", "E502", "W603", "E701", "E702",
31 "E703", "E711", "E712" 31 "E703", "E711", "E712"
32 ] 32 ]
33 33
34 34
35 # TODO: add fixes for N804, N805
35 class Pep8Fixer(QObject): 36 class Pep8Fixer(QObject):
36 """ 37 """
37 Class implementing a fixer for certain PEP 8 issues. 38 Class implementing a fixer for certain PEP 8 issues.
38 """ 39 """
39 def __init__(self, project, filename, sourceLines, fixCodes, noFixCodes, 40 def __init__(self, project, filename, sourceLines, fixCodes, noFixCodes,

eric ide

mercurial