Lines Matching refs:in

2 # best-practices and style described in the Google Python style guide:
46 # multiple time (only on the command line, not in the configuration file where
52 # option multiple times (only on the command line, not in the configuration
81 implicit-str-concat-in-sequence,
136 unpacking-in-except,
151 # Put messages in a separate file for each module / package specified on the
153 # written in a file name "pylint_global.[txt|html]". This option is deprecated
154 # and it will be removed in Pylint 2.0.
237 # Tells whether missing members accessed in mixin class should be ignored. A
276 # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
281 # Maximum number of lines in a module
299 # List of note tags to take in consideration, separated by a comma.
305 # Tells whether we should check for unused import in __init__ files.
312 # List of additional names supposed to be defined in builtins. Remember that
327 # Logging modules to check that the string format arguments are in logging
359 # Tells whether to store unknown words to indicated private dictionary in
373 # Create a graph of every (i.e. internal and external) dependencies in the
377 # Create a graph of external dependencies in the given file (report RP0402 must
381 # Create a graph of internal dependencies in the given file (report RP0402 must
394 # only in one or another interpreter, leading to false positives when analysed.
413 # List of valid names for the first argument in a class method.
417 # List of valid names for the first argument in a metaclass class method.