13af7437af
* Various fixes due to layout changes * Update .pylintrc
25 lines
630 B
INI
25 lines
630 B
INI
[MESSAGES CONTROL]
|
|
disable=
|
|
bad-option-value,
|
|
cyclic-import, # This should be fixed
|
|
duplicate-code,
|
|
fixme,
|
|
import-outside-toplevel,
|
|
line-too-long,
|
|
no-init,
|
|
old-style-class,
|
|
too-few-public-methods,
|
|
too-many-arguments,
|
|
too-many-branches,
|
|
too-many-instance-attributes,
|
|
too-many-locals,
|
|
too-many-public-methods,
|
|
too-many-statements,
|
|
use-maxsplit-arg,
|
|
consider-using-from-import,
|
|
unspecified-encoding,
|
|
|
|
super-with-arguments, # Python 2.7 compatibility
|
|
raise-missing-from, # Python 2.7 compatibility
|
|
consider-using-f-string, # Python 2.7 compatibility
|