[MASTER]
disable= missing-module-docstring, missing-class-docstring, missing-function-docstring, missing-final-newline, C0325
ignore-paths=.coveragerc
ignore=.coveragerc
[FORMAT]
max-line-length=200

# allow 1 or 2 length variable names
good-names-rgxs=^[_a-zGW][_a-z0-9L]?$
good-names=R,D,T,D_row,S,A,F,H,F_vals, F_val, H_vals, M, SMALL_VAL, LARGE_VAL, MicroaggWilberCalculator_edu, N_vals, N, setUp, tearDown
