You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/pylintrc

24 lines
405 B
INI

[MASTER]
load-plugins=
[MESSAGES CONTROL]
disable=bad-continuation,
duplicate-code,
fixme,
import-error,
missing-class-docstring,
missing-function-docstring,
missing-module-docstring,
too-few-public-methods,
too-many-locals,
too-many-instance-attributes,
useless-object-inheritance
enable=c-extension-no-member
[BASIC]
good-names=i,j,id,_