src/eric7/Plugins/PluginSyntaxChecker.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
36 ), 36 ),
37 "pyqtApi": 2, 37 "pyqtApi": 2,
38 } 38 }
39 # End-Of-Header 39 # End-Of-Header
40 40
41 error = "" # noqa: U200 41 error = "" # noqa: U-200
42 42
43 43
44 class SyntaxCheckerPlugin(QObject): 44 class SyntaxCheckerPlugin(QObject):
45 """ 45 """
46 Class implementing the Syntax Checker plugin. 46 Class implementing the Syntax Checker plugin.

eric ide

mercurial