77# pygtk.require().
88# init-hook=
99
10- # Profiled execution.
11- profile =no
12-
1310# Add files or directories to the blacklist. They should be base names, not
1411# paths.
1512# ignore=CVS
@@ -68,20 +65,13 @@ reports=no
6865# (RP0004).
6966evaluation =10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
7067
71- # Add a comment according to your evaluation note. This is used by the global
72- # evaluation report (RP0004).
73- comment =no
74-
7568# Template used to display messages. This is a python new-style format string
7669# used to format the massage information. See doc for all details
7770msg-template ={module}:{line}:{column}: [{msg_id}({symbol}), {obj}] {msg}
7871
7972
8073[BASIC]
8174
82- # Required attributes for module, separated by a comma
83- required-attributes =
84-
8575# List of builtins function names that should not be used, separated by a comma
8676bad-functions =map,filter,apply,input
8777
@@ -131,6 +121,8 @@ no-docstring-rgx=__.*__
131121# ones are exempt.
132122docstring-min-length =-1
133123
124+ # Maximum number of nested blocks for function / method body
125+ max-nested-blocks =6
134126
135127[FORMAT]
136128
@@ -180,10 +172,6 @@ ignore-mixin-members=yes
180172# ignored-classes=SQLObject
181173ignored-classes =pytest, _pytest
182174
183- # When zope mode is activated, add a predefined set of Zope acquired attributes
184- # to generated-members.
185- zope =no
186-
187175# List of members which are set dynamically and missed by pylint inference
188176# system, and so shouldn't trigger E0201 when accessed. Python regular
189177# expressions are accepted.
@@ -206,10 +194,6 @@ additional-builtins=
206194
207195[CLASSES]
208196
209- # List of interface methods to ignore, separated by a comma. This is used for
210- # instance to not check methods defines in Zope's Interface base class.
211- ignore-iface-methods =
212-
213197# List of method names used to declare (i.e. assign) instance attributes.
214198defining-attr-methods =__init__,__new__,setUp
215199
0 commit comments