diff --git a/.pylintrc b/.pylintrc index 4735c2b29e..6dba6f0946 100644 --- a/.pylintrc +++ b/.pylintrc @@ -36,7 +36,7 @@ disable=C0103,C0201,C0301,C0302,W0105,W0707,W1202,W1203,R0801,E1136,E0611,C0209, # C0206: consider-using-dict-items [IMPORTS] -ignored-modules=bech32,ecdsa,lru,eth_typing,eth_keys,eth_account,ipfshttpclient,werkzeug,openapi_spec_validator,aiohttp,multidict,yoti_python_sdk,defusedxml,gym,fetch,matplotlib,memory_profiler,numpy,oef,openapi_core,psutil,tensorflow,temper,skimage,web3,aioprometheus,pyaes,Crypto,asn1crypto,cosmpy,google,coverage,pylint,pytest,gitpython,protobuf,docker,signal,anchorpy,cryptography.fernet,solana,solders +ignored-modules=bech32,ecdsa,lru,eth_typing,eth_keys,eth_account,ipfshttpclient,werkzeug,openapi_spec_validator,aiohttp,multidict,yoti_python_sdk,defusedxml,gym,fetch,matplotlib,memory_profiler,numpy,oef,openapi_core,psutil,tensorflow,temper,skimage,web3,aioprometheus,pyaes,Crypto,asn1crypto,cosmpy,google,coverage,pylint,pytest,gitpython,protobuf,docker,signal,anchorpy,cryptography.fernet,solana,solders,flashbots,hexbytes [DESIGN] min-public-methods=1 diff --git a/tox.ini b/tox.ini index 008746614e..e469b0dfe0 100644 --- a/tox.ini +++ b/tox.ini @@ -316,7 +316,7 @@ deps = tomte[pylint]==0.2.13 commands = python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-ethereum - python -m pip install file://{toxinidir}/plugins/aea-ledger-ethereum-flashbots + python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-ethereum-flashbots python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-cosmos python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-fetchai python -m pip install --no-deps file://{toxinidir}/plugins/aea-ledger-solana