blob: 976b4ed20068df31ad1c0ccbd7398a16dfdc7f36 [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=_
[SIMILARITIES]
ignore-imports=yes