# pylint configuration

[MASTER]

[MESSAGES CONTROL]

disable=
	bad-continuation,
	broad-except,
	dangerous-default-value,
	duplicate-code,
	fixme,
	global-statement,
	len-as-condition,
	logging-format-interpolation,
	import-outside-toplevel,
	invalid-name,
	missing-docstring,
	mixed-indentation,
	no-member,
	no-self-use,
	redefined-variable-type,
	too-few-public-methods,
	too-many-arguments,
	too-many-branches,
	too-many-instance-attributes,
	too-many-lines,
	too-many-locals,
	too-many-public-methods,
	too-many-return-statements,
	too-many-statements,
	unused-argument,
	unused-variable,

[FORMAT]

max-line-length=79