Changeset 823e620 in sasmodels for extra/pylint.rc
- Timestamp:
- Jan 29, 2016 10:46:54 PM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- eafc9fa
- Parents:
- 803f835
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extra/pylint.rc
r803f835 r823e620 10 10 11 11 # Profiled execution. 12 profile=no12 #profile=no 13 13 14 14 # Add files or directories to the blacklist. They should be base names, not … … 92 92 # Add a comment according to your evaluation note. This is used by the global 93 93 # evaluation report (RP0004). 94 comment=no94 #comment=no 95 95 96 96 # Template used to display messages. This is a python new-style format string … … 101 101 102 102 # Required attributes for module, separated by a comma 103 required-attributes=103 #required-attributes= 104 104 105 105 # List of builtins function names that should not be used, separated by a comma … … 280 280 # (useful for modules/projects where namespaces are manipulated during runtime 281 281 # and thus existing member attributes cannot be deduced by static analysis 282 ignored-modules=numpy,np 282 ignored-modules=numpy,np,numpy.random, 283 bumps,sas, 283 284 284 285 # List of classes names for which member attributes should not be checked … … 288 289 # When zope mode is activated, add a predefined set of Zope acquired attributes 289 290 # to generated-members. 290 zope=no291 #zope=no 291 292 292 293 # List of members which are set dynamically and missed by pylint inference … … 318 319 # List of interface methods to ignore, separated by a comma. This is used for 319 320 # instance to not check methods defines in Zope's Interface base class. 320 ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by321 #ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by 321 322 322 323 # List of method names used to declare (i.e. assign) instance attributes.
Note: See TracChangeset
for help on using the changeset viewer.