forked from LBRYCommunity/lbry-sdk
add l variable for lists to allowed good-names in pylint
This commit is contained in:
parent
731b29ce91
commit
2a04943a67
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ignore=words,server,rpc,schema,winpaths.py
|
||||||
max-parents=10
|
max-parents=10
|
||||||
max-args=10
|
max-args=10
|
||||||
max-line-length=120
|
max-line-length=120
|
||||||
good-names=T,t,n,i,j,k,x,y,s,f,d,h,c,e,op,db,tx,io,cachedproperty,log,id,r,iv,ts
|
good-names=T,t,n,i,j,k,x,y,s,f,d,h,c,e,op,db,tx,io,cachedproperty,log,id,r,iv,ts,l
|
||||||
valid-metaclass-classmethod-first-arg=mcs
|
valid-metaclass-classmethod-first-arg=mcs
|
||||||
disable=
|
disable=
|
||||||
fixme,
|
fixme,
|
||||||
|
|
Loading…
Reference in a new issue