1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
[DESIGN]
# Maximum number of branch for function / method body
max-branches=15
[MESSAGES CONTROL]
disable=
consider-using-f-string, # Python 2
redundant-u-string-prefix, # Python 2
[SPELLING]
# Spelling dictionary name.
spelling-dict=en_US
# List of comma separated words that should not be checked.
spelling-ignore-words=
atto, Avram,
exa, exbi,
femto, func,
gi, gibi, giga,
IEC,
ki, kibi,
Lubkin,
mebi, milli, MPL,
nano,
pedi, peta, pragma, pico, py,
quecto, quetta,
repr, ronna, ronto,
sphinxcontrib,
tebi, tera,
yobi, yocto, yotta,
zebi, zepto, zetta
|