src/eric7/Plugins/PluginCodeStyleChecker.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
41 "pyqtApi": 2, 41 "pyqtApi": 2,
42 } 42 }
43 # End-Of-Header 43 # End-Of-Header
44 44
45 45
46 error = "" # noqa: U200 46 error = "" # noqa: U-200
47 47
48 48
49 class CodeStyleCheckerPlugin(QObject): 49 class CodeStyleCheckerPlugin(QObject):
50 """ 50 """
51 Class implementing the code style checker plug-in. 51 Class implementing the code style checker plug-in.

eric ide

mercurial