Lines Matching +full:can +full:- +full:disable
5 # Disable the message, report, category or checker with the given id(s). You
6 # can either give multiple identifiers separated by comma (,) or put this
8 # file where it should appear only once). You can also use "--disable=all" to
9 # disable everything first and then reenable specific checks. For example, if
10 # you want to run only the similarities checker, you can use "--disable=all
11 # --enable=similarities". If you want to run only the classes checker, but have
12 # no Warning level messages displayed, use "--disable=all --enable=classes
13 # --disable=W".
14 disable=consider-using-f-string,
16 missing-docstring,
17 too-many-arguments,
18 too-many-branches,
19 too-many-instance-attributes,
20 too-many-positional-arguments,
21 too-many-statements,
22 useless-option-value,
37 # Suppress complaints about short names. PEP-8 is cool with them,
39 good-names-rgxs=^[_a-z][_a-z0-9]?$
52 ignore-imports=yes