lbry-sdk/setup.cfg

37 lines
770 B
INI
Raw Normal View History

2018-05-25 08:03:25 +02:00
[coverage:run]
branch = True
[coverage:paths]
source =
2019-12-31 21:38:39 +01:00
lbry
.tox/*/lib/python*/site-packages/lbry
2018-11-04 00:45:28 +01:00
[cryptography.*,coincurve.*,pbkdf2]
ignore_missing_imports = True
[pylint]
2020-01-03 05:21:20 +01:00
ignore=words,server,rpc,schema,winpaths.py
2019-10-13 01:40:32 +02:00
max-parents=10
max-args=10
max-line-length=120
2020-01-03 04:50:27 +01:00
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
valid-metaclass-classmethod-first-arg=mcs
disable=
fixme,
2018-11-04 00:45:28 +01:00
broad-except,
no-else-return,
cyclic-import,
missing-docstring,
duplicate-code,
expression-not-assigned,
inconsistent-return-statements,
too-few-public-methods,
too-many-locals,
2018-10-03 15:36:31 +02:00
too-many-branches,
too-many-arguments,
2019-05-06 23:34:13 +02:00
too-many-statements,
too-many-public-methods,
too-many-instance-attributes,
2018-08-16 06:56:46 +02:00
protected-access,
unused-argument