Changes in extra/pylint.rc [b669b49:6e68289] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extra/pylint.rc
rb669b49 r6e68289 21 21 # List of plugins (as comma separated values of python modules names) to load, 22 22 # usually to register additional checkers. 23 load-plugins=pylint_numpy,pylint_pyopencl,pylint_sas23 #load-plugins=pylint_numpy,pylint_scipy,pylint_pyopencl,pylint_sas 24 24 25 25 # Use multiple processes to speed up Pylint. … … 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,numpy.random, 283 bumps,sas, 282 ignored-modules=bumps,sas,numpy,numpy.random,scipy,scipy.special 284 283 285 284 # List of classes names for which member attributes should not be checked
Note: See TracChangeset
for help on using the changeset viewer.