blob: af054edc9ebb413bd3cdc7cdbd3bd0abc1a16cd8 [file] [log] [blame]
[MESSAGES CONTROL]
# Some of these should be cleaned up, but disable them for now so I can check
# this in. The too-many-* refactoring warnings will probably remain on for all
# time, but naming and docstrings can and should be fixed.
disable=
assignment-from-none,
fixme,design,
invalid-name,
locally-disabled,
missing-docstring,
no-else-return,
no-self-use,
too-many-lines,
[BASIC]
good-names=i,j,k,ex,Run,_
[VARIABLES]
dummy-variables-rgx=_|dummy
[SIMILARITIES]
ignore-imports=yes