1[MESSAGES CONTROL]
2disable=W0614,C0410,C0321,C0111,I0011,C0103
3# allow _ for ignored variables
4# allow generic names like a,b,c and i,j,k,l,m,n and x,y,z
5# allow k,v for key/value
6# allow e for exceptions, it for iterator
7# allow w,h for width, height
8# allow op for operation/operator/opcode
9# allow t, t0, t1, t2, and t3 for time
10# allow dt for delta time
11# allow db for database
12# allow ls for list
13good-names=_,a,b,c,dt,db,e,f,fn,fd,i,j,k,v,kv,kw,l,m,n,ls,t,t0,t1,t2,t3,w,h,x,y,z,it,op
14[MASTER]
15extension-pkg-whitelist=PyQt5
16