forked from LBRYCommunity/lbry-sdk
pylint
This commit is contained in:
parent
5d4eb018ee
commit
9edf9561b2
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,2 @@
|
|||
__name__ = "lbry"
|
||||
__version__ = "0.51.2"
|
||||
version = tuple(map(int, __version__.split('.')))
|
||||
|
||||
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name
|
||||
|
|
|
@ -10,7 +10,7 @@ source =
|
|||
ignore_missing_imports = True
|
||||
|
||||
[pylint]
|
||||
ignore=words,server,rpc,schema
|
||||
ignore=words,server,rpc,schema,winpaths
|
||||
max-parents=10
|
||||
max-args=10
|
||||
max-line-length=120
|
||||
|
|
Loading…
Reference in a new issue