.pylintrc had rules ignore docs strings for module, function and class. this can be customised by the end user. !9 #7
6 lines
133 B
INI
6 lines
133 B
INI
[MASTER]
|
|
disable=
|
|
C0114, # missing-module-docstring
|
|
C0115, # missing-class-docstring
|
|
C0116, # missing-function-docstring
|