[BASIC]

# Good variable names which should always be accepted, separated by a comma.
good-names=nc,i,j,x,y,z,xs,ys,m,n,p,q,ii,jj

[MESSAGES CONTROL] 
disable=trailing-whitespace, duplicate-code, too-many-positional-arguments, too-many-branches, too-many-arguments,too-many-locals, too-many-statements
