eric6/Plugins/PluginCodeStyleChecker.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 7178
43e994af5ee0
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
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 """ eric6 variant is used to check against eric conventions."""
39 pyqtApi = 2 39 pyqtApi = 2
40 python2Compatible = True
41 # End-Of-Header 40 # End-Of-Header
42 41
43 42
44 error = "" 43 error = ""
45 44

eric ide

mercurial