forked from LBRYCommunity/lbry-sdk
34 lines
713 B
INI
34 lines
713 B
INI
[coverage:run]
|
|
branch = True
|
|
|
|
[coverage:paths]
|
|
source =
|
|
torba
|
|
.tox/*/lib/python*/site-packages/torba
|
|
|
|
[cryptography.*,coincurve.*,pbkdf2]
|
|
ignore_missing_imports = True
|
|
|
|
[pylint]
|
|
ignore=words,server,workbench
|
|
max-args=10
|
|
max-line-length=110
|
|
good-names=T,t,n,i,j,k,x,y,s,f,d,h,c,e,op,db,tx,io,cachedproperty,log,id
|
|
valid-metaclass-classmethod-first-arg=mcs
|
|
disable=
|
|
fixme,
|
|
broad-except,
|
|
no-else-return,
|
|
cyclic-import,
|
|
missing-docstring,
|
|
duplicate-code,
|
|
expression-not-assigned,
|
|
inconsistent-return-statements,
|
|
too-few-public-methods,
|
|
too-many-locals,
|
|
too-many-branches,
|
|
too-many-arguments,
|
|
too-many-public-methods,
|
|
too-many-instance-attributes,
|
|
protected-access,
|
|
unused-argument
|