33 """This plugin implements the Python Code Style""" |
33 """This plugin implements the Python Code Style""" |
34 """ Checker dialog. A PEP-8 checker is used to check Python source""" |
34 """ Checker dialog. A PEP-8 checker is used to check Python source""" |
35 """ files for compliance to the code style conventions given in PEP-8.""" |
35 """ files for compliance to the code style conventions given in PEP-8.""" |
36 """ A PEP-257 checker is used to check Python source files for""" |
36 """ A PEP-257 checker is used to check Python source files for""" |
37 """ compliance to docstring conventions given in PEP-257 and an""" |
37 """ compliance to docstring conventions given in PEP-257 and an""" |
38 """ eric6 variant is used to check against eric conventions.""" |
38 """ eric variant is used to check against eric conventions.""" |
39 ) |
39 ) |
40 pyqtApi = 2 |
40 pyqtApi = 2 |
41 # End-Of-Header |
41 # End-Of-Header |
42 |
42 |
43 |
43 |