1[MESSAGES CONTROL]
2disable=missing-docstring,fixme,locally-disabled
3
4
5[BASIC]
6# Good variable names which should always be accepted, separated by a comma
7good-names=i,j,k,ex,Run,_
8
9
10[FORMAT]
11max-line-length=79
12