Lines Matching +full:is +full:- +full:builtin +full:- +full:module
8 #init-hook=
19 load-plugins=
26 unsafe-load-any-extension=no
28 # A comma-separated list of package or module names from where C extensions may
31 extension-pkg-whitelist=
39 optimize-ast=no
50 # multiple time. See also the "--disable" option for examples.
56 # file where it should appear only once).You can also use "--disable=all" to
58 # you want to run only the similarities checker, you can use "--disable=all
59 # --enable=similarities". If you want to run only the classes checker, but have
60 # no Warning level messages displayed, use"--disable=all --enable=classes
61 # --disable=W"
62 …-star-module-level,old-octal-literal,oct-method,print-statement,unpacking-in-except,parameter-unpa…
70 output-format=text
72 # Put messages in a separate file for each module / package specified on the
75 files-output=no
80 # Python expression which should return a note less than 10 (10 is the highest
83 # number of statements analyzed. This is used by the global evaluation report
85 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
87 # Template used to display messages. This is a python new-style format string
89 msg-template={path}:{line}: {msg_id} {symbol}, {obj} {msg}
95 min-similarity-lines=4
98 ignore-comments=yes
101 ignore-docstrings=yes
104 ignore-imports=no
116 max-line-length=120
118 # Regexp for a line that is allowed to be longer than the limit.
119 ignore-long-lines=^\s*(# )?<?https?://\S+>?$
121 # Allow the body of an if to be on the same line as the test if there is no
123 single-line-if-stmt=no
125 # List of optional constructs for which whitespace checking is disabled. `dict-
126 # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
127 # `trailing-comma` allows a space between comma and closing bracket: (a, ).
128 # `empty-line` allows space-only lines.
129 no-space-check=trailing-comma,dict-separator
131 # Maximum number of lines in a module
132 max-module-lines=1000
134 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
136 indent-string=' '
139 indent-after-paren=4
142 expected-line-ending-format=
149 logging-modules=logging
155 bad-functions=map,filter,input
158 good-names=i,j,k,ex,Run,_,n,z,c,b,e,ri,cd
161 bad-names=foo,bar,baz,toto,tutu,tata
163 # Colon-delimited sets of names that determine each other's naming style when
165 name-group=
167 # Include a hint for the correct naming format with invalid-name
168 include-naming-hint=no
171 function-rgx=[a-z_][a-z0-9_]{2,30}$
174 function-name-hint=[a-z_][a-z0-9_]{2,30}$
177 variable-rgx=[a-z_][a-z0-9_]{2,30}$
180 variable-name-hint=[a-z_][a-z0-9_]{2,30}$
183 const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
186 const-name-hint=(([A-Z_][A-Z0-9_]*)|(__.*__))$
189 attr-rgx=[a-z_][a-z0-9_]{2,30}$
192 attr-name-hint=[a-z_][a-z0-9_]{2,30}$
195 argument-rgx=[a-z_][a-z0-9_]{2,30}$
198 argument-name-hint=[a-z_][a-z0-9_]{2,30}$
201 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
204 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$
207 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
210 inlinevar-name-hint=[A-Za-z_][A-Za-z0-9_]*$
213 class-rgx=[A-Z_][a-zA-Z0-9]+$
216 class-name-hint=[A-Z_][a-zA-Z0-9]+$
218 # Regular expression matching correct module names
219 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
221 # Naming hint for module names
222 module-name-hint=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
225 method-rgx=[a-z_][a-z0-9_]{2,30}$
228 method-name-hint=[a-z_][a-z0-9_]{2,30}$
232 no-docstring-rgx=^_
236 docstring-min-length=-1
242 max-nested-blocks=5
248 # install python-enchant package.
249 spelling-dict=
252 spelling-ignore-words=
255 spelling-private-dict-file=
258 # --spelling-private-dict-file option instead of raising a message.
259 spelling-store-unknown-words=no
265 # mixin class is detected if its name ends with "mixin" (case insensitive).
266 ignore-mixin-members=yes
268 # List of module names for which member attributes should not be checked
271 # supports qualified module names, as well as Unix pattern matching.
272 ignored-modules=urllib,asyncio,msvcrt,queue,socket
277 ignored-classes=
282 generated-members=
288 init-import=no
292 dummy-variables-rgx=_$|dummy
296 additional-builtins=
306 max-args=5
310 ignored-argument-names=_.*
313 max-locals=15
316 max-returns=6
319 max-branches=12
322 max-statements=60
325 max-parents=7
328 max-attributes=12
331 min-public-methods=2
334 max-public-methods=20
337 max-bool-expr=5
343 deprecated-modules=regsub,TERMIOS,Bastion,rexec
347 import-graph=
351 ext-import-graph=
355 int-import-graph=
361 defining-attr-methods=__init__,__new__,setUp
364 valid-classmethod-first-arg=cls
367 valid-metaclass-classmethod-first-arg=mcs
371 exclude-protected=_asdict,_fields,_replace,_source,_make
378 overgeneral-exceptions=Exception