Plugins/CheckerPlugins/Pep8/Pep8Fixer.py

changeset 2890
86b03a0c94bc
parent 2883
3c99a1db1506
child 2891
6843b7d23279
equal deleted inserted replaced
2889:3737e9f17f44 2890:86b03a0c94bc
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: refine behavior for non-fixable issues
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