eric6/Plugins/PluginCodeStyleChecker.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8218
7c09585bd960
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
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

eric ide

mercurial