Changeset c85db69 in sasmodels for extra


Ignore:
Timestamp:
Mar 3, 2015 4:07:28 PM (9 years ago)
Author:
Doucet, Mathieu <doucetm@…>
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:
e930946
Parents:
a156419
Message:

pylint fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/pylint.rc

    ra156419 rc85db69  
    5757 
    5858# Disable the message(s) with the given id(s). 
    59 disable=W0702,W0613 
     59disable=W0702,W0613,W0703 
    6060 
    6161[REPORTS] 
     
    343343 
    344344# Minimum number of public methods for a class (see R0903). 
    345 min-public-methods=2 
     345min-public-methods=0 
    346346 
    347347# Maximum number of public methods for a class (see R0904). 
Note: See TracChangeset for help on using the changeset viewer.