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 |