PluginPyLint.py

branch
eric7
changeset 110
f099cbc11de2
parent 108
b452f300e6c7
child 112
7ece4ae4b274
equal deleted inserted replaced
109:ee1817601ac4 110:f099cbc11de2
25 # Start-of-Header 25 # Start-of-Header
26 name = "PyLint Plugin" 26 name = "PyLint Plugin"
27 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 27 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
28 autoactivate = True 28 autoactivate = True
29 deactivateable = True 29 deactivateable = True
30 version = "10.1.0" 30 version = "10.1.1"
31 className = "PyLintPlugin" 31 className = "PyLintPlugin"
32 packageName = "PyLintInterface" 32 packageName = "PyLintInterface"
33 shortDescription = "Show the PyLint dialogs." 33 shortDescription = "Show the PyLint dialogs."
34 longDescription = ( 34 longDescription = (
35 """This plug-in implements the PyLint dialogs. PyLint is used to check""" 35 """This plug-in implements the PyLint dialogs. PyLint is used to check"""

eric ide

mercurial