Plugins/PluginCodeStyleChecker.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 3677
a53cf139293f
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
32 longDescription = """This plugin implements the Python Code Style""" \ 32 longDescription = """This plugin implements the Python Code Style""" \
33 """ Checker dialog. A PEP-8 checker is used to check Python source""" \ 33 """ Checker dialog. A PEP-8 checker is used to check Python source""" \
34 """ files for compliance to the code style conventions given in PEP-8.""" \ 34 """ files for compliance to the code style conventions given in PEP-8.""" \
35 """ A PEP-257 checker is used to check Python source files for""" \ 35 """ A PEP-257 checker is used to check Python source files for""" \
36 """ compliance to docstring conventions given in PEP-257 and an""" \ 36 """ compliance to docstring conventions given in PEP-257 and an""" \
37 """ eric5 variant is used to check against eric conventions.""" 37 """ eric6 variant is used to check against eric conventions."""
38 pyqtApi = 2 38 pyqtApi = 2
39 python2Compatible = True 39 python2Compatible = True
40 # End-Of-Header 40 # End-Of-Header
41 41
42 42

eric ide

mercurial