pylint
This commit is contained in:
parent
37ae302fc6
commit
64581fc81b
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ ignore_missing_imports = True
|
|||
|
||||
[pylint]
|
||||
ignore=words,server,workbench,rpc
|
||||
max-parents=10
|
||||
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
|
||||
|
|
|
@ -4,8 +4,8 @@ import stat
|
|||
import json
|
||||
import zlib
|
||||
import typing
|
||||
from collections import UserDict
|
||||
from typing import List, Sequence, MutableSequence, Optional
|
||||
from collections import UserDict
|
||||
from hashlib import sha256
|
||||
from operator import attrgetter
|
||||
from torba.client.hash import better_aes_encrypt, better_aes_decrypt
|
||||
|
|
Loading…
Reference in a new issue