[MASTER] # We turn off the reports anyway persistent=no # Use multiple processes to speed up Pylint. jobs=2 [MESSAGES CONTROL] disable= [REPORTS] reports=no [BASIC] # Allow map() and filter() functions, because why the fuck not? bad-functions= # These are all math names from the associated papers. It would be # more confusing to name them something else and then have to juggle # them in your head as you switch between the source code and the # papers. good-names=a,b,c,D,e1,e2,h,A,C,G,K,_K,L,L_matrix,_L,indented_L,M [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. notes=FIXME,TODO [FORMAT] # Maximum number of characters on a single line. max-line-length=78