1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
[MASTER]
extension-pkg-whitelist=numpy,xlml.etree,pysam.samtools
[TYPECHECK]
# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime
# and thus existing member attributes cannot be deduced by static analysis. It
# supports qualified module names, as well as Unix pattern matching.
ignored-modules=numpy,lxml.etree,pysam.samtools
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set). This supports can work
# with qualified names.
#ignored-classes=
|